Skip to content

Commit d99dbad

Browse files
authored
GitHub Action for cpplint
1 parent ac429c2 commit d99dbad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Each time that new code is pushed into your repo, you can have a [cpplint](https
55
Example workflow:
66
* Put the following text into a file named `.github/main.workflow` in your repo):
77
```hcl
8-
workflow "GitHub Action for cpplint" {
8+
workflow "on push" {
99
on = "push"
10-
resolves = ["cpplint command"]
10+
resolves = ["GitHub Action for cpplint"]
1111
}
1212
13-
action "cpplint command" {
13+
action "GitHub Action for cpplint" {
1414
uses = "cclauss/GitHub-Action-for-cpplint@master"
1515
args = "cpplint ."
1616
}

0 commit comments

Comments
 (0)