HACS Action #108
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: HACS Action | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Rename root folder to 'tronity' | |
run: mkdir tronity && find . -maxdepth 1 -not -name ".github" -exec mv {} tronity/ \; | |
- name: HACS Action | |
uses: hacs/action@main | |
with: | |
CATEGORY: integration | |
- name: hassfest | |
uses: home-assistant/actions/hassfest@master |