We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c4d8 commit c5ee5e7Copy full SHA for c5ee5e7
README.md
@@ -1,8 +1,9 @@
1
# GitHub Action for running Flake8 commands
2
3
-You can run any [Flake8](http://flake8.pycqa.org) command you need.
+Each time that new code is pushed into your repo, you can have a [Flake8](http://flake8.pycqa.org) command automatically run.
4
5
-Example workflow (Put the following text into the file `.github/main.workflow` in your repo):
+Example workflow:
6
+* Put the following text into a file named `.github/main.workflow` in your repo):
7
```hcl
8
workflow "New workflow" {
9
on = "push"
0 commit comments