Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitvgupta authored Sep 13, 2019
1 parent ebcd1aa commit 62898f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Github Action that runs pycodestyle and leaves a comment on your pull request.
## Example
Add the following to `.github/workflows/myworkflow.yml`.

Note that the PRECOMMAND_MESSAGE variable is optional. If you set it, it will print before your
Note that the PRECOMMAND_MESSAGE variable is optional. If you set it, it will print before
the code errors. For example, this is helpful if you want to print a message to refer the user
to any tools you have for managing style errors.

Expand Down

0 comments on commit 62898f8

Please sign in to comment.