We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1b198 commit 026a22fCopy full SHA for 026a22f
.github/workflows/clang_format.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Formatting Check
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
- name: Run clang-format style check for C/C++ programs.
10
uses: jidicula/clang-format-action@v4.4.1
11
with:
0 commit comments