Skip to content

Commit 878a65d

Browse files
authored
GitHub Action for cpplint
1 parent d99dbad commit 878a65d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/main.workflow

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
workflow "GitHub Action for cpplint" {
1+
workflow "on push" {
22
on = "push"
3-
resolves = ["cpplint command"]
3+
resolves = ["GitHub Action for cpplint"]
44
}
55

6-
action "cpplint command" {
6+
action "GitHub Action for cpplint" {
77
uses = "cclauss/GitHub-Action-for-cpplint@master"
88
args = "cpplint --help "
99
}

0 commit comments

Comments
 (0)