Skip to content

Commit

Permalink
Auto compile arduino code
Browse files Browse the repository at this point in the history
  • Loading branch information
lestie198 authored Apr 28, 2024
1 parent 501faaa commit 6042367
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
pull_request:
workflow_dispatch:

jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Compile Arduino Sketches
uses: arduino/[email protected]
with:
fqbn: "arduino:avr:uno"

0 comments on commit 6042367

Please sign in to comment.