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.
1 parent 96e0777 commit 0764670Copy full SHA for 0764670
1 file changed
README.md
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v1
26
- uses: actions/setup-python@v1
27
- - uses: pre-commit/action@v1.1.1
+ - uses: pre-commit/action@v2.0.0
28
```
29
30
This does a few things:
@@ -44,7 +44,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
44
the files (use the template above except for the `pre-commit` action):
45
46
```yaml
47
48
with:
49
extra_args: flake8 --all-files
50
@@ -59,7 +59,7 @@ here's an example configuration for that (use the template above except for the
59
`pre-commit` action):
60
61
62
63
64
token: ${{ secrets.GITHUB_TOKEN }}
65
0 commit comments