Skip to content

Merge pull request #34 from scwatts/fix-gh-actions #58

Merge pull request #34 from scwatts/fix-gh-actions

Merge pull request #34 from scwatts/fix-gh-actions #58

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: requirements-dev.yaml
- name: execute_precommit_hooks
run: |
pre-commit run \
--verbose \
--all-files