Skip to content

Commit 9081f5d

Browse files
committed
Library in Submit Stage
1 parent e9612b1 commit 9081f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: arduino/arduino-lint-action@v1
1515
with:
16-
library-manager: update
16+
library-manager: submit
1717
compliance: strict
1818

1919
test:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check for correct code formatting with clang-format
3434
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
3535
# 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`
36+
# To clean the Sources `clang-format -i examples/.../....ino`
3737

3838
- name: Test the code on supported platforms
3939
run: python3 ci/build_platform.py main_platforms zero feather32u4 pico_rp2040

0 commit comments

Comments
 (0)