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 12c0cba commit 9cf68dcCopy full SHA for 9cf68dc
1 file changed
README.md
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v2
27
- uses: actions/setup-python@v2
28
- - uses: pre-commit/action@v2.0.1
+ - uses: pre-commit/action@v2.0.2
29
```
30
31
This does a few things:
@@ -43,7 +43,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
43
the files (use the template above except for the `pre-commit` action):
44
45
```yaml
46
47
with:
48
extra_args: flake8 --all-files
49
@@ -68,7 +68,7 @@ pushing
68
next is passing the token to the pre-commit action
69
70
71
72
73
token: ${{ secrets.GITHUB_TOKEN }}
74
0 commit comments