Skip to content

Commit 9a42042

Browse files
authored
Create main.workflow
1 parent 25e203f commit 9a42042

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "New workflow" {
2+
on = "push"
3+
resolves = ["cpplint command"]
4+
}
5+
6+
action "cpplint command" {
7+
uses = "cclauss/GitHub-Action-for-cpplint@master"
8+
args = "cpplint --help"
9+
}

0 commit comments

Comments
 (0)