Skip to content

Merge pull request #25 from facts-engineering/15-modules-on-P1AM-200 #40

Merge pull request #25 from facts-engineering/15-modules-on-P1AM-200

Merge pull request #25 from facts-engineering/15-modules-on-P1AM-200 #40

Workflow file for this run

name: Compile Examples
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
fqbn:
- arduino:samd:mkrzero
steps:
- uses: actions/checkout@v2
- uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.fqbn }}