Skip to content

Commit 37d66ae

Browse files
committed
update clang-format
1 parent 9edc2d1 commit 37d66ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/check_format.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: "Check Clang Format"
33
on: [push, pull_request]
44

55
jobs:
6-
formatting-check:
6+
format:
77
name: "Check Clang Format"
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: jidicula/clang-format-action@v4.18.0
11+
- uses: pachadotdev/clang-format@v1.1
1212
with:
13-
clang-format-version: "21"
14-
check-path: "src"
13+
version: "21"
14+
auto-commit: true
15+
commit-message: "style: format codes"

0 commit comments

Comments
 (0)