Skip to content

Create compile-sketches-esp32.yml #137

Create compile-sketches-esp32.yml

Create compile-sketches-esp32.yml #137

on: [push, pull_request]
jobs:
compile-sketches:
runs-on: ubuntu-latest
strategy:
matrix:
fqbn:
- esp32:esp32:esp32
- rp2040:rp2040:pico
steps:
- uses: actions/checkout@v4
- uses: arduino/compile-sketches@v1
with:
fqbn: ${{m atrix.fqbn }}

Check failure on line 16 in .github/workflows/compile-sketches.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compile-sketches.yml

Invalid workflow file

The workflow is not valid. .github/workflows/compile-sketches.yml (Line: 16, Col: 17): Unrecognized named-value: 'm'. Located at position 1 within expression: m atrix.fqbn