Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 10, 2019
1 parent f4d21d1 commit 63a31b7
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
@@ -1,6 +1,6 @@
## Action that finds Python 3 syntax errors and undefined names
A GitHub Action that runs selected [flake8](http://flake8.pycqa.org) tests on the Python code in your repo.
If ___syntax errors or undefined names___ are found in the Python code then the Action will fail.
If there are ___syntax errors or undefined names___ found in your Python code then this Action will fail.

Example workflow (Put the following text into `.github/main.workflow`):
```
Expand Down

0 comments on commit 63a31b7

Please sign in to comment.