fix: Card not showing in Chrome Version 120.0.6099.71 (Official Build… #128
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 Validation | |
on: | |
push: | |
branches: ['*'] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: HACS validation | |
uses: hacs/action@main | |
with: | |
category: plugin |