Add support for LinkedGo Smart Thermostat ST1820 #2288
Workflow file for this run
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 with HACS | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
validate: | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: Check out repository | |
uses: "actions/checkout@v4" | |
with: | |
fetch-depth: 2 | |
- name: HACS validation | |
uses: "hacs/integration/action@master" | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
CATEGORY: "python_script" |