Skip to content

Commit

Permalink
Merge pull request #8 from La-Trobe-Robotics-Club/auto-compile-arduino
Browse files Browse the repository at this point in the history
Auto compile arduino
  • Loading branch information
lestie198 authored Apr 28, 2024
2 parents cff5b8b + 3c502bc commit f0d0070
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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"

0 comments on commit f0d0070

Please sign in to comment.