Skip to content

Commit f2be21c

Browse files
authored
Merge pull request #150 from sjinks/update-lint-ci
ci: use clang-format 20 for linting
2 parents a2af86a + 3cd6f23 commit f2be21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: clang-format Check
3232
uses: jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15.0
3333
with:
34-
clang-format-version: 18
34+
clang-format-version: 20
3535
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)