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 168b506 commit 634c4d8Copy full SHA for 634c4d8
README.md
@@ -11,7 +11,7 @@ workflow "New workflow" {
11
12
action "Flake8 command" {
13
uses = "cclauss/GitHub-Action-for-Flake8@master"
14
- args = "flake8 ."
+ args = "flake8 . --max-line-length=88"
15
}
16
```
17
0 commit comments