butns/.github/workflows/compile-sketch.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 20: cannot unmarshal !!seq into string
2025-02-08 12:16:07 +01:00

27 lines
732 B
YAML

name: Compile Sketch
on:
- push
- pull_request
jobs:
compile-sketches:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# See: https://github.com/arduino/compile-sketches#readme
- name: Compile sketches
uses: arduino/compile-sketches@v1
with:
platforms:
- name: "earlephilhower:arduino-pico"
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
fqbn: earlephilhower:arduino-pico:rp2040
sketch-paths: |
- firmware/
libraries: |
- name: Adafruit_NeoPixel
- name: Adafruit_MPU6050