Update README
This commit is contained in:
parent
a41f37fc96
commit
7a7e797068
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ jobs:
|
||||||
BRANCH_SUFFIX: none
|
BRANCH_SUFFIX: none
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example usage with `on: pull_request` workflows
|
### Example usage with "on: pull_request" workflows
|
||||||
|
|
||||||
The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. This is a pattern that would work well for any automated code-linting and fixing.
|
The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. This is a pattern that would work well for any automated code-linting and fixing.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue