Skip to content

Commit

Permalink
Fix cpplint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 9, 2023
1 parent b501c07 commit c82e029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: pip install cpplint

- name: Run Cpplint
run: cpplint --recursive .
run: cpplint --recursive ./test-addon

0 comments on commit c82e029

Please sign in to comment.