We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c8cd4 commit 62ca796Copy full SHA for 62ca796
.github/workflows/ci.yml
@@ -32,7 +32,10 @@ jobs:
32
run: |
33
find src test -regex '.*\.\(cpp\|h\)' -exec clang-format-13 --dry-run --Werror {} \;
34
find examples -regex '.*\.ino' -exec clang-format-13 --dry-run --Werror {} \;
35
- - uses: arduino/arduino-lint-action@v1
+ - name: Lint with arduino-lint
36
+ uses: arduino/arduino-lint-action@v1
37
+ with:
38
+ library-manager: update
39
test:
40
name: "Test"
41
runs-on: ubuntu-latest
0 commit comments