This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Ensure plan information fetched before sensor setup #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main | |
on: | |
schedule: | |
- cron: '0 1 * * *' | |
push: | |
branches: | |
- dev | |
- main | |
pull_request: | |
jobs: | |
validate: | |
name: Validate | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v4" | |
- uses: "home-assistant/actions/hassfest@master" | |
- name: HACS Action | |
uses: "hacs/action@main" | |
with: | |
category: "integration" |