Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 16720e3

Browse files
committed
Updated clang-format lint action
1 parent 5818dac commit 16720e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-format-lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: clang-format lint
12-
uses: DoozyX/clang-format-lint-action@v0.12
12+
uses: DoozyX/clang-format-lint-action@v0.15
1313
with:
14-
clangFormatVersion: 12
14+
clangFormatVersion: 15

0 commit comments

Comments
 (0)