Skip to content

Allow RGB LED to be optional #78

Allow RGB LED to be optional

Allow RGB LED to be optional #78

Workflow file for this run

---
name: main
on: # yamllint disable rule:truthy
pull_request:
release:
types: [published]
push:
branches:
- main
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install yamllint
- run: yamllint .
esphome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: esphome compile tests/rp2040w.yaml