Skip to content

Update .github/workflows/compile.yml #3

Update .github/workflows/compile.yml

Update .github/workflows/compile.yml #3

Workflow file for this run

on:
- push
- pull_request
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/compile-sketches@v1
with:
fqbn: "arduino:avr:uno"
sketch-paths: |
- src