Skip to content

Commit

Permalink
Add linter back to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Oct 16, 2024
1 parent 51d1bcb commit 387b65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rogue_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
flake8 --count ./tests/
# C++ Linter
# - name: C++ Linter
# run: |
# find . -name '*.h' -o -name '*.cpp' | xargs cpplint
- name: C++ Linter
run: |
find . -name '*.h' -o -name '*.cpp' | xargs cpplint
# Rogue
- name: Build Rogue
Expand Down

0 comments on commit 387b65d

Please sign in to comment.