add more clarifying information to the Google TV app remote navigatio… #2185
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' |