Explicitly install pre-commit hooks as its own step so it's clearer when the

failure is with setup rather than hooks running.
pull/113/head
Nicholas McDonnell 4 years ago
parent 0bc1aab45e
commit b01a0ee7bd
No known key found for this signature in database
GPG Key ID: A3A493305F40A162
  1. 2
      .github/workflows/build.yml

@ -42,5 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements-test.txt
- name: Install pre-commit hooks
run: pre-commit install-hooks
- name: Run pre-commit on all files
run: pre-commit run --all-files

Loading…
Cancel
Save