Skip to content

Move away from function calls that were deprecated and will be remove… #24

Move away from function calls that were deprecated and will be remove…

Move away from function calls that were deprecated and will be remove… #24

Workflow file for this run

name: Push actions
on:
push:
branches:
- master
- dev
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"