Skip to content

Commit 0616072

Browse files
committed
use cpplint action
1 parent 8e52263 commit 0616072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@master
99
- name: GitHub Action for cpplint
10-
uses: cclauss/GitHub-Action-for-cpplint@master
10+
uses: cpplint/GitHub-Action-for-cpplint@master
1111
with:
12-
args: cpplint --help
12+
args: cpplint --recursive .

0 commit comments

Comments
 (0)