Skip to content

Commit 634c4d8

Browse files
authored
--max-line-length=88
1 parent 168b506 commit 634c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workflow "New workflow" {
1111
1212
action "Flake8 command" {
1313
uses = "cclauss/GitHub-Action-for-Flake8@master"
14-
args = "flake8 ."
14+
args = "flake8 . --max-line-length=88"
1515
}
1616
```
1717

0 commit comments

Comments
 (0)