Skip to content

Commit

Permalink
add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Nov 14, 2023
1 parent 3ff7466 commit 0e501f7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/compile_sketch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Compile Sketches

on:
- push
- pull_request

jobs:
compile-sketches:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

# See: https://github.com/arduino/compile-sketches#readme
- name: Compile sketches
uses: arduino/compile-sketches@v1
with:
fqbn: arduino:avr:mega
sketch-paths: |
- ./warren_smith_demo.ino
libraries: |
- name: Servo

0 comments on commit 0e501f7

Please sign in to comment.