mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
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.
This commit is contained in:
parent
b01a0ee7bd
commit
1f3d440a1a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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…
Reference in a new issue