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 2504e44 commit f369455Copy full SHA for f369455
README.md
@@ -12,7 +12,7 @@ workflow "on push" {
12
13
action "GitHub Action for cpplint" {
14
uses = "cclauss/GitHub-Action-for-cpplint@master"
15
- args = "cpplint ."
+ args = "cpplint --recursive ."
16
}
17
```
18
Or to add other cpplint options to __args =__ above.
0 commit comments