Skip to content

Bump actions/checkout from 4 to 7 #100

Bump actions/checkout from 4 to 7

Bump actions/checkout from 4 to 7 #100

Workflow file for this run

name: Validate with hassfest
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Validate with hassfest
uses: home-assistant/actions/hassfest@master