We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b009a commit 74e41d9Copy full SHA for 74e41d9
.github/workflows/on_push_clang_format.yml
@@ -7,8 +7,8 @@ jobs:
7
clang-format-checking:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
11
- - uses: DoozyX/clang-format-lint-action@v0.13
+ - uses: actions/checkout@v3
+ - uses: DoozyX/clang-format-lint-action@v0.14
12
with:
13
source: '.'
14
exclude: './xmpsdk ./contrib'
0 commit comments