Skip to content

Commit

Permalink
Bump clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 9, 2025
1 parent a7651f1 commit f601e13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
- name: Formatting Check (Source)
uses: jidicula/[email protected]
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: 'Source'
fallback-style: 'webkit'

- name: Formatting Check (test)
uses: jidicula/[email protected]
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: 'test'
fallback-style: 'webkit'

0 comments on commit f601e13

Please sign in to comment.