Skip to content

Commit 286994b

Browse files
Update GH action to use clang-format-12
1 parent 6b24a04 commit 286994b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Lint
22-
uses: DoozyX/clang-format-lint-action@v0.11
22+
uses: DoozyX/clang-format-lint-action@v0.13
2323
with:
2424
source: "./"
2525
extensions: "h,c"
26-
clangFormatVersion: 10
26+
clangFormatVersion: 12.0.0

0 commit comments

Comments
 (0)