Skip to content

Limit to only our code not all the examples in all the libraries. #12

Limit to only our code not all the examples in all the libraries.

Limit to only our code not all the examples in all the libraries. #12

Workflow file for this run

on:
- push
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/[email protected]
with:
platforms: |
- source-url: "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
name: "adafruit:samd"
sketch-paths: |
- ./HotWaterController.ino
libraries: |
- name: "Adafruit BusIO"
- name: "Adafruit GFX Library"
- name: "Adafruit HX8357 Library"
- name: "Adafruit PCF8591"
- name: "DallasTemperature"
- name: "FreeRTOS_SAMD51"
- name: "MQTT"
- name: "OneWire"
- name: "WiFiNINA"