Skip to content

Commit c5ee5e7

Browse files
authored
Update README.md
1 parent 634c4d8 commit c5ee5e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# GitHub Action for running Flake8 commands
22

3-
You can run any [Flake8](http://flake8.pycqa.org) command you need.
3+
Each time that new code is pushed into your repo, you can have a [Flake8](http://flake8.pycqa.org) command automatically run.
44

5-
Example workflow (Put the following text into the file `.github/main.workflow` in your repo):
5+
Example workflow:
6+
* Put the following text into a file named `.github/main.workflow` in your repo):
67
```hcl
78
workflow "New workflow" {
89
on = "push"

0 commit comments

Comments
 (0)