We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edc2d1 commit 37d66aeCopy full SHA for 37d66ae
1 file changed
.github/workflows/check_format.yml
@@ -3,12 +3,13 @@ name: "Check Clang Format"
3
on: [push, pull_request]
4
5
jobs:
6
- formatting-check:
+ format:
7
name: "Check Clang Format"
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v6
11
- - uses: jidicula/clang-format-action@v4.18.0
+ - uses: pachadotdev/clang-format@v1.1
12
with:
13
- clang-format-version: "21"
14
- check-path: "src"
+ version: "21"
+ auto-commit: true
15
+ commit-message: "style: format codes"
0 commit comments