Skip to content

structure control actions netcdf #63

structure control actions netcdf

structure control actions netcdf #63

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run black, flake8 and isort
uses: pre-commit/[email protected]