Create main.yml

This commit is contained in:
srg74 2020-01-18 20:22:44 -05:00 committed by GitHub
parent 1c5742c7d4
commit 81aab35231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/workflows/main.yml vendored Normal file
View 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