Skip to content

Initial library structure and basic test #3

Initial library structure and basic test

Initial library structure and basic test #3

Workflow file for this run

name: Build
on: [pull_request, push, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: adafruit/ci-arduino@v1
with:
install-libraries: "Adafruit BusIO"