Create main.yml
This commit is contained in:
parent
1c5742c7d4
commit
81aab35231
9
.github/workflows/main.yml
vendored
Normal file
9
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: Test
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build all example sketches
|
||||||
|
uses: antimatter15/esp8266-arduino-builder-action@v4.0.0
|
Loading…
Reference in New Issue
Block a user