Skip to content

Commit

Permalink
final countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Oct 28, 2024
1 parent c4e3fe1 commit 05c9da2
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
name: Check HACS repository
name: HACS Action

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
runs-on: ubuntu-latest
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Validate with HACS
uses: hacs/action@main

- name: HACS Action
uses: hacs/action@22.5.0
uses: "hacs/action@main"
with:
category: integration
category: "integration"

0 comments on commit 05c9da2

Please sign in to comment.