mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 17:49:00 +01:00
* Add current_humidity attribute * fix linter * ignore brand in validate * same * improve extra attributes
19 lines
330 B
YAML
19 lines
330 B
YAML
name: Validate
|
|
|
|
on:
|
|
pull_request:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
validate:
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- uses: "actions/checkout@v2"
|
|
- name: HACS validation
|
|
uses: "hacs/action@main"
|
|
with:
|
|
ignore: "brands"
|
|
category: "integration"
|
|
comment: false
|