Skip to content

Commit

Permalink
Run cpplint on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorDP committed Aug 11, 2023
1 parent f6522e8 commit 397508a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: pip install cpplint flake8

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8
run: flake8

- name: Lint with cpplint
run: cpplint --recursive .

0 comments on commit 397508a

Please sign in to comment.