Skip to content

Commit 5f9e36a

Browse files
authored
Update README.md
1 parent 8877289 commit 5f9e36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## GitHub Action to find Python 3 syntax errors and undefined names
22

3-
An 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.
3+
An action that runs selected [flake8](http://flake8.pycqa.org) tests on the Python code in your repo.
4+
If ___syntax errors or undefined names___ are found in the Python code then the Action will fail.
45

56
Example workflow (Put the following text into `.github/main.workflow`):
67
```

0 commit comments

Comments
 (0)