Skip to content

Commit

Permalink
Update hacs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Jan 5, 2024
1 parent d43d581 commit 0ee8d09
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# ---
# name: HACS Validation
---
name: HACS Validation

# on:
# pull_request:
# push:
# schedule:
# - cron: "0 0 * * *"
# workflow_dispatch:
on:
pull_request:
push:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

# jobs:
# hacs:
# name: HACS Validation
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v4.1.1
jobs:
hacs:
name: HACS Validation
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1

# - name: 🚀 Run HACS validation
# uses: hacs/action@main
# with:
# category: integration
- name: 🚀 Run HACS validation
uses: hacs/action@main
with:
category: integration

0 comments on commit 0ee8d09

Please sign in to comment.