We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9612b1 commit 9081f5dCopy full SHA for 9081f5d
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: arduino/arduino-lint-action@v1
15
with:
16
- library-manager: update
+ library-manager: submit
17
compliance: strict
18
19
test:
@@ -33,7 +33,7 @@ jobs:
33
- name: Check for correct code formatting with clang-format
34
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
35
# Make sure to run the `clang-format -i src/*.h src/*.cpp` on the repo.
36
- # To clean the Sources `clang-format -i examples/basic_use/basic_use.ino`
+ # To clean the Sources `clang-format -i examples/.../....ino`
37
38
- name: Test the code on supported platforms
39
run: python3 ci/build_platform.py main_platforms zero feather32u4 pico_rp2040
0 commit comments