mirror of
https://github.com/pre-commit/action.git
synced 2025-11-09 11:36:55 +00:00
Fixed formatting
This commit is contained in:
parent
3d46f95952
commit
431c20731c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
|
||||||
extra_args: flake8 --all-files
|
extra_args: flake8 --all-files
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### In private repositories
|
### In private repositories
|
||||||
|
|
||||||
This action also provides an additional behaviour when used in private repositories. When configured with a GitHub token, the action will push back fixes to the pull request branch.
|
This action also provides an additional behaviour when used in private repositories. When configured with a GitHub token, the action will push back fixes to the pull request branch.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue