Skip to content

Commit

Permalink
added platformio CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 10, 2024
1 parent 8a4b949 commit 85fb553
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: LibraryBuild
name: ArduinoBuild
on:
push: # see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
paths:
- '**.ino'
- '**.cpp'
- '**.h'
- '**LibraryBuild.yml'
- '**ArduinoBuild.yml.yml'
pull_request:
workflow_dispatch:

jobs:
build:
name: ${{ matrix.arduino-boards-fqbn }} - test compiling examples
Expand Down

0 comments on commit 85fb553

Please sign in to comment.