Skip to content

Update actions

Update actions #156

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
name: Validate HACS App
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: "actions/checkout@v2"
- name: Ignore issues and topics for non-main branch
if: github.ref != 'refs/heads/master'
run: echo 'IGNORE=issues topics' >> "$GITHUB_ENV"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "appdaemon"
comment: "false"
ignore: "${{ env.IGNORE }}"