Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitvgupta committed Sep 13, 2019
1 parent 529a28b commit ebcd1aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# pycodestyle-action
A Github Action that runs pycodestyle and leave a comment on your pull request

A Github Action that runs pycodestyle and leaves a comment on your pull request.

## Example
Add the following to `.github/workflows/myworkflow.yml`.
Expand All @@ -24,3 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRECOMMAND_MESSAGE: You have style errors. See them below.
```

### Acknowledgements
- https://github.com/jwr0/dockerfile-linter-action was a helpful resource in writing the Github API Calls.

0 comments on commit ebcd1aa

Please sign in to comment.