5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-08 19:26:54 +00:00

Revert "Fixed formatting"

This reverts commit 431c20731c.
This commit is contained in:
BastianZim 2020-10-17 14:51:01 +02:00
parent 431c20731c
commit 5904be8ce0

View file

@ -46,7 +46,6 @@ 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.