mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Update lint job to resolve #49
This commit is contained in:
parent
3e9441c837
commit
ae4aa123c8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
${{ env.PRE_COMMIT_CACHE_DIR }}
|
||||
key: "lint-${{ runner.os }}-py${{ env.PY_VERSION }}-\
|
||||
${{ hashFiles('**/requirements-test.txt') }}-\
|
||||
${{ hashFiles('**/requirements.txt') }}-\
|
||||
${{ hashFiles('**/.pre-commit-config.yaml') }}"
|
||||
restore-keys: |
|
||||
lint-${{ runner.os }}-py${{ env.PY_VERSION }}-
|
||||
|
|
Loading…
Reference in a new issue