Skip to content

Commit 88f31d4

Browse files
authored
Update README.md
1 parent e3b0e01 commit 88f31d4

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
@@ -5,7 +5,7 @@ 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 "New workflow" {
8+
workflow "GitHub Action for cpplint" {
99
on = "push"
1010
resolves = ["cpplint command"]
1111
}

0 commit comments

Comments
 (0)