Fixed structure

This commit is contained in:
Melissa LeBlanc-Williams 2019-12-19 14:38:44 -08:00
parent 58a8e02001
commit 998a631ac1
2 changed files with 0 additions and 19 deletions

View file

@ -1,19 +0,0 @@
name: Github Arduino Library CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: pre-install
run: |
source install.sh