Skip to content

Commit 88802df

Browse files
authored
Create main.yml
1 parent ed8313f commit 88802df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Sketch Compile
2+
on: push
3+
jobs:
4+
build:
5+
name: Test compiling examples for UNO
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@master
10+
- name: Compile all examples
11+
uses: ArminJo/arduino-test-compile@master
12+
with:
13+
required-libraries: Simple FOC

0 commit comments

Comments
 (0)