ci: update lint action style

This commit is contained in:
sithlord48
2024-12-26 09:49:48 -05:00
committed by Nick Bolton
parent 97890f86d3
commit f61fe00c33

View File

@ -9,7 +9,7 @@ runs:
shell: bash
- name: Run format command
run: find src/ -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|c\|m\|mm\)' -exec clang-format -style=file --assume-filename=$(pwd)/.clang-format -i {} \;
run: find src/ -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|c\|m\|mm\)' -exec clang-format -i {} \;
shell: bash
- name: Find changes