Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Update library.json #23

Update library.json

Update library.json #23

Workflow file for this run

name: Arduino Library CI
on:
push:
paths-ignore:
- '**/**.md'
- '/keywords.txt'
- '/library.json'
- '/library.properties'
- '/ui'
- '/docs'
pull_request:
paths-ignore:
- '**/**.md'
- '/keywords.txt'
- '/library.json'
- '/library.properties'
- '/ui'
- '/docs'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: adafruit/ci-arduino
path: ci
- name: pre-install
run: bash ci/actions_install.sh
- name: install-deps
run: bash .github/scripts/dep-install.sh
- name: test platforms
run: python3 ci/build_platform.py esp8266 esp32