[esp8266]: Update Wemos_D1_mini_AM2302_Sensor_Array_Example.ino #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compile Examples | |
on: | |
- push | |
- pull_request | |
jobs: | |
compile-examples: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: arduino/compile-sketches@v1 | |
with: | |
libraries: | | |
- source-path: ./ |