Skip to content

Commit

Permalink
New workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Feb 4, 2024
1 parent 3d889b8 commit 89582b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/cron.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
category: "integration"
20 changes: 8 additions & 12 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: Test hassfest
name: Validate with hassfest

on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
hassfest:
runs-on: ubuntu-latest
name: hassfest
validate:
runs-on: "ubuntu-latest"
steps:
- name: Check out the repository
uses: actions/checkout@v2

- name: Test hassfest
uses: home-assistant/actions/hassfest@master
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 89582b4

Please sign in to comment.