add DO NOT DELETE YOU IDIOTS to bug report template #2080
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: | |
branches: | |
- main | |
release: | |
types: [published] | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
validate: | |
runs-on: 'ubuntu-latest' | |
steps: | |
- name: Checkout v3 | |
uses: 'actions/checkout@v3' | |
- name: HACS Action | |
uses: 'hacs/action@main' | |
with: | |
category: 'plugin' |