Skip to content

Updated date range to not include ValidTo and pulled the check into new method #1188

Updated date range to not include ValidTo and pulled the check into new method

Updated date range to not include ValidTo and pulled the check into new method #1188

Workflow file for this run

name: Code validation
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate-hassfest:
name: Hassfest validation
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: validation
uses: home-assistant/actions/hassfest@master
validate-hacs:
name: HACS validation
runs-on: "ubuntu-latest"
steps:
- name: checkout
uses: "actions/checkout@v3"
- name: validation
uses: "hacs/action@main"
with:
category: "integration"