We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d23024 commit 86a81d0Copy full SHA for 86a81d0
3 files changed
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+/.github/ @heavenfall
.github/workflows/clang-format-apply.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
- uses: DoozyX/clang-format-lint-action@v0.18.1
14
with:
15
source: '.'
.github/workflows/clang-format-test.yml
runs-on: ubuntu-latest
- - uses: actions/checkout@v2
0 commit comments