Skip to content

Update actions/checkout action to v6 #13

Update actions/checkout action to v6

Update actions/checkout action to v6 #13

Workflow file for this run

name: Check firmware build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Build firmware
id: build_firmware
uses: esphome/build-action@v7
with:
yaml-file: factory.yaml