Skip to content

Commit

Permalink
updated clang-style
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Dec 26, 2023
1 parent de49592 commit 7777623
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 @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Clang-Format
run: sudo apt-get install -y clang-format
run: sudo apt-get install -y clang-format git

- name: Run Clang-Format
run: find . -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hh\)' -exec clang-format -style=file -i {} \+
Expand Down

0 comments on commit 7777623

Please sign in to comment.