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 e3b0e01 commit 88f31d4Copy full SHA for 88f31d4
README.md
@@ -5,7 +5,7 @@ Each time that new code is pushed into your repo, you can have a [cpplint](https
5
Example workflow:
6
* Put the following text into a file named `.github/main.workflow` in your repo):
7
```hcl
8
-workflow "New workflow" {
+workflow "GitHub Action for cpplint" {
9
on = "push"
10
resolves = ["cpplint command"]
11
}
0 commit comments