Skip to content

Merge branch 'alli_dev' of https://github.com/NCAR/ldcpy into alli_dev #1628

Merge branch 'alli_dev' of https://github.com/NCAR/ldcpy into alli_dev

Merge branch 'alli_dev' of https://github.com/NCAR/ldcpy into alli_dev #1628

Workflow file for this run

name: code-style
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]