We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cceb51 + 023441c commit a256983Copy full SHA for a256983
1 file changed
.github/workflows/pre-commit.yml
@@ -14,16 +14,4 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
18
- id: setup-python
19
- with:
20
- python-version: '3.13'
21
- cache: 'pip'
22
- - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
23
24
- path: ~/.cache/pre-commit
25
- key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
26
- - run: pip install pre-commit
27
- - name: "run pre-commit"
28
- run: |
29
- pre-commit run --all-files --show-diff-on-failure
+ - uses: j178/prek-action@v1
0 commit comments