Skip to content

Commit

Permalink
clang19 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Dec 20, 2024
1 parent 660bfa4 commit a3bebc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Format check
run: make format-check
run: |
clang-format --version
make format-check
- name: Run unit tests
run: make unit-test
Expand All @@ -51,4 +53,4 @@ jobs:
lcov-file: build/coverage.info
delete-old-comments: true
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' }}

0 comments on commit a3bebc7

Please sign in to comment.