Skip to content

Commit

Permalink
Merge pull request #11 from hideakitai/fix/library-spec
Browse files Browse the repository at this point in the history
fix: library spec
  • Loading branch information
hideakitai authored Feb 13, 2024
2 parents 7683fd8 + c25b0ba commit 0347f41
Show file tree
Hide file tree
Showing 5 changed files with 1,285 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
vendor: teensy
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
- name: compile example sketchs
uses: arduino/compile-sketches@v1
with:
Expand All @@ -100,7 +103,7 @@ jobs:
- examples/send_receive
- examples/send_receive_index
- examples/send_receive_manual
- tests
- examples/tests
libraries: |
- source-path: ./
- name: ArxContainer
Expand Down
Loading

0 comments on commit 0347f41

Please sign in to comment.