mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 02:36:55 +00:00
v1.1.1
This commit is contained in:
parent
9d0c65630e
commit
41b5967046
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
|
|||
the files (use the template above except for the `pre-commit` action):
|
||||
|
||||
```yaml
|
||||
- uses: pre-commit/action@v1.1.0
|
||||
- uses: pre-commit/action@v1.1.1
|
||||
with:
|
||||
extra_args: flake8 --all-files
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue