Skip to content

Commit 656d737

Browse files
authored
Create build.yml
1 parent def06b1 commit 656d737

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: build
2+
on: [pull_request, push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout@v2
9+
- name: Build on Arduino CLI
10+
run: bash ci/build-arduino.sh

0 commit comments

Comments
 (0)