5
0
Fork 0
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:
BastianZim 2020-10-17 14:49:28 +02:00
parent 3d46f95952
commit 431c20731c

View file

@ -46,6 +46,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
extra_args: flake8 --all-files
```
### 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.