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 d99dbad commit 878a65dCopy full SHA for 878a65d
.github/main.workflow
@@ -1,9 +1,9 @@
1
-workflow "GitHub Action for cpplint" {
+workflow "on push" {
2
on = "push"
3
- resolves = ["cpplint command"]
+ resolves = ["GitHub Action for cpplint"]
4
}
5
6
-action "cpplint command" {
+action "GitHub Action for cpplint" {
7
uses = "cclauss/GitHub-Action-for-cpplint@master"
8
args = "cpplint --help "
9
0 commit comments