Skip to content

Commit ae0833a

Browse files
authored
Merge pull request #8 from GUVWAF/CI
CI
2 parents 00a1856 + 46f74dc commit ae0833a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build Arduino
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
lint:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out repository
13+
uses: actions/checkout@v2
14+
- name: Arduino CI
15+
uses: Arduino-CI/action@v0.1.6
16+
env:
17+
EXPECT_EXAMPLES: true
18+
EXPECT_UNITTESTS: false

0 commit comments

Comments
 (0)