Skip to content

Workflow file for this run

name: ESPHome Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build ESPHome firmware
uses: esphome/[email protected]
with:

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
yaml_file: firmware/config.yaml
release-summary: "Test"
# release-url:
complete-manifest: true
- name: List output files
run: |
ls -l