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 8e52263 commit 0616072Copy full SHA for 0616072
.github/workflows/main.yml
@@ -7,6 +7,6 @@ jobs:
7
steps:
8
- uses: actions/checkout@master
9
- name: GitHub Action for cpplint
10
- uses: cclauss/GitHub-Action-for-cpplint@master
+ uses: cpplint/GitHub-Action-for-cpplint@master
11
with:
12
- args: cpplint --help
+ args: cpplint --recursive .
0 commit comments