Added Archer VR600 v3 to supported list #155
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: Validate HACS | |
on: | |
push: | |
pull_request: | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
name: Download repo | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-python@v2 | |
name: Setup Python | |
with: | |
python-version: '3.10.x' | |
- uses: actions/cache@v2 | |
name: Cache | |
with: | |
path: | | |
~/.cache/pip | |
key: custom-component-ci | |
- name: HACS Action | |
uses: hacs/action@main | |
with: | |
CATEGORY: integration |