Skip to content

Commit f369455

Browse files
authored
cpplint --recursive .
1 parent 2504e44 commit f369455

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
@@ -12,7 +12,7 @@ workflow "on push" {
1212
1313
action "GitHub Action for cpplint" {
1414
uses = "cclauss/GitHub-Action-for-cpplint@master"
15-
args = "cpplint ."
15+
args = "cpplint --recursive ."
1616
}
1717
```
1818
Or to add other cpplint options to __args =__ above.

0 commit comments

Comments
 (0)