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 5fc7377 commit 8e52263Copy full SHA for 8e52263
.github/main.workflow
.github/workflows/main.yml
@@ -0,0 +1,12 @@
1
+on: push
2
+name: on push
3
+jobs:
4
+ gitHubActionForCpplint:
5
+ name: GitHub Action for cpplint
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@master
9
+ - name: GitHub Action for cpplint
10
+ uses: cclauss/GitHub-Action-for-cpplint@master
11
+ with:
12
+ args: cpplint --help
0 commit comments