Skip to content

Merge branch 'dev' of github.com:NCAR/PyCECT into dev #293

Merge branch 'dev' of github.com:NCAR/PyCECT into dev

Merge branch 'dev' of github.com:NCAR/PyCECT into dev #293

Workflow file for this run

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