Skip to content

Commit

Permalink
ug
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Nov 4, 2024
1 parent d9a1fde commit 840a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: check c++ code formatting
if: startsWith(matrix.config.os, 'ubuntu')
run: |
clang-format --verbose --Werror --dry-run src/*.cc src/*.hpp src/*.h
clang-format-19 --verbose --Werror --dry-run src/*.cc src/*.hpp src/*.h
- name: Test (ASAN)
env:
Expand Down

0 comments on commit 840a767

Please sign in to comment.