Skip to content

Merge pull request #12 from hostcc/feature/remove-platform-sensors #62

Merge pull request #12 from hostcc/feature/remove-platform-sensors

Merge pull request #12 from hostcc/feature/remove-platform-sensors #62

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