Skip to content

Made automation actually checkout the repo before trying to test it #4

Made automation actually checkout the repo before trying to test it

Made automation actually checkout the repo before trying to test it #4

Workflow file for this run

on:
push:
pull_request:
jobs:
compile-sketches:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: arduino/[email protected]
with:
fqbn: "arduino:avr:uno"
sketch-paths:
"- arduino"