Rename action to accurately reflect that we are only linting, not building.

Adjust description for pre-commit hook setup to better convey what is being
done.
pull/113/head
Nicholas McDonnell 4 years ago
parent b01a0ee7bd
commit 1f3d440a1a
No known key found for this signature in database
GPG Key ID: A3A493305F40A162
  1. 4
      .github/workflows/build.yml

@ -11,7 +11,7 @@ env:
PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit
jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -42,7 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements-test.txt
- name: Install pre-commit hooks
- name: Set up pre-commit hook environments
run: pre-commit install-hooks
- name: Run pre-commit on all files
run: pre-commit run --all-files

Loading…
Cancel
Save