Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
acodcha committed Oct 6, 2024
1 parent fe1c484 commit f04309b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
sudo apt-get install --yes findutils clang-format
- name: Check that all source code files are correctly formatted
run: |
clang-format --version
find include/ test/ -iname *.hpp -or -iname *.cpp | xargs clang-format --style=file -i
CHANGES=$(git diff --name-only)
if ! [ -z "$CHANGES" ]; then
Expand Down

0 comments on commit f04309b

Please sign in to comment.