Skip to content

Commit

Permalink
bypassing c++ linter for testing the Github enterpise stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Oct 16, 2024
1 parent ef54a60 commit ee8d2d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rogue_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
python -m compileall -f ./tests
flake8 --count ./tests/
# C++ Linter
- name: C++ Linter
run: |
find . -name '*.h' -o -name '*.cpp' | xargs cpplint
# # C++ Linter
# - name: C++ Linter
# run: |
# find . -name '*.h' -o -name '*.cpp' | xargs cpplint

# Rogue
- name: Build Rogue
Expand Down

0 comments on commit ee8d2d9

Please sign in to comment.