Skip to content

Merge branch 'master' into extIntDep #170

Merge branch 'master' into extIntDep

Merge branch 'master' into extIntDep #170

name: Build Examples
# Triggers the workflow on push or pull request events
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_examples:
name: Build standard examples with PlatformIO and the Arduino CLI
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
uses: EnviroDIY/workflows/.github/workflows/build_examples.yaml@main

Check failure on line 14 in .github/workflows/build_examples.yaml

View workflow run for this annotation

GitHub Actions / Build Examples

Invalid workflow file

error parsing called workflow ".github/workflows/build_examples.yaml" -> "EnviroDIY/workflows/.github/workflows/build_examples.yaml@main" (source branch with sha:8145a670631d6f19e941d070a165c9bfa32f27d5) : every step must define a `uses` or `run` key
with:
boards_to_build: 'mayfly,uno,megaatmega2560,leonardo,zeroUSB,arduino_nano_esp32,feather328p,feather32u4,adafruit_feather_m0,adafruit_feather_m4,huzzah,featheresp32,esp32-c3-devkitm-1,esp32-s3-devkitm-1'
secrets: inherit