Skip to content

Commit 64610fa

Browse files
authored
Add CI
1 parent e06fdb8 commit 64610fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/compile.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
- push
3+
- pull_request
4+
jobs:
5+
compile-sketch:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: arduino/compile-sketches@v1
10+
with:
11+
fqbn: "arduino:avr:uno"
12+
sketch-paths: |
13+
- src

0 commit comments

Comments
 (0)