Skip to content

Commit

Permalink
Fix clang-format working for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov authored Sep 6, 2024
1 parent dadf81d commit 27c1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Running clang-format
uses: DoozyX/clang-format-lint-action@v0.12
uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: 'src'
exclude: 'src/3rd_party src/cloud src/corelib/utils/3rd_party'
Expand Down

0 comments on commit 27c1630

Please sign in to comment.