Skip to content

Commit

Permalink
Merge commit 'de61f3fbfcf05e303f93fd3bf3d728a72a8221f7' into cpplint
Browse files Browse the repository at this point in the history
* commit 'de61f3fbfcf05e303f93fd3bf3d728a72a8221f7':
  Rename main.yml to linter.yml
  Create linter.yml
  • Loading branch information
rrhan0 committed Oct 13, 2024
2 parents f1a7a3d + de61f3f commit addb3cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --recursive .

0 comments on commit addb3cd

Please sign in to comment.