Create main.yml

This commit is contained in:
srg74
2020-01-18 20:22:44 -05:00
committed by GitHub
parent 1c5742c7d4
commit 81aab35231
+9
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/[email protected]