We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f88dbe commit fe3a67fCopy full SHA for fe3a67f
1 file changed
README.md
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24
- - uses: andrewaylett/pre-commit-action@c8c583ee0e6f9829d52890a0c6b70844c9152dbb # v4
+ - uses: andrewaylett/pre-commit-action@7f88dbe84abb0421752cd803b341c332ce41a0f1 # v4
25
```
26
27
This does a few things:
@@ -38,7 +38,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
38
the files (use the template above except for the `pre-commit` action):
39
40
```yaml
41
42
with:
43
extra_args: flake8 --all-files
44
0 commit comments