Skip to content

Commit

Permalink
build: check format only project files
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Nov 7, 2023
1 parent cbcafa5 commit 64bc698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4

- name: Run clang-format dry-run
run: find . -iname "*.ino" -o -iname "*.h" -o -iname "*.c" | xargs clang-format -n -Werror
run: find include/ src/ tests/ examples/ -iname "*.ino" -o -iname "*.h" -o -iname "*.c" | xargs clang-format -n -Werror

modular_build:
name: Modular build on ubuntu-latest
Expand Down

0 comments on commit 64bc698

Please sign in to comment.