Skip to content

Commit

Permalink
Fix typo for clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 2, 2023
1 parent c2346e4 commit e4f1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run-clang-tidy-15 -config-file ../ApplicationLibCode/.clang-tidy -fix files ApplicationLibCode
- name: Run clang-format after clang-tidy
run: |
cd build/ApplicationLibCode
cd ApplicationLibCode
find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | xargs clang-format-15 -i
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit e4f1487

Please sign in to comment.