Skip to content

Commit

Permalink
I wonder if the clang-format version difference is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fhackett committed Aug 21, 2024
1 parent d19c8b9 commit 0da45bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.8.0
with:
clang-format-version: '13'
clang-format-version: '19'
check-path: ${{matrix.path['check']}}
exclude-regex: ${{matrix.path['exclude']}}

Expand Down

0 comments on commit 0da45bb

Please sign in to comment.