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 25e203f commit 9a42042Copy full SHA for 9a42042
.github/main.workflow
@@ -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