Skip to content

Commit

Permalink
Run clang-format check on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jan 17, 2025
1 parent c25f238 commit 7fdc28e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
cppcheck --force --error-exitcode=1 --language=c++ --enable=all --inconclusive --suppress=knownConditionTrueFalse --suppress=constParameterCallback --suppress=redundantAssignment --suppress=knownArgument --suppress=missingIncludeSystem --suppress=unusedFunction --check-level=exhaustive .
clang-format:
runs-on: macos-15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: install clang-format
run: |
brew update
brew install clang-format || true
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.13.0
with:
Expand Down

0 comments on commit 7fdc28e

Please sign in to comment.