Skip to content

Commit

Permalink
Tweaked CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ravngr committed May 15, 2023
1 parent ac5fd28 commit e202d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
key: pre-commit_${{ env.pythonLocation }}_${{ hashFiles('.pre-commit-config.yaml') }}

- name: "Run pre-commit tests"
shell: bash
run: |
pre-commit run --show-diff-on-failure --color=always
pre-commit run -a --color=always

0 comments on commit e202d40

Please sign in to comment.