mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 03:27:28 +00:00
Add HACS validation
This commit is contained in:
parent
e6e7b08811
commit
ba9553a128
1 changed files with 19 additions and 0 deletions
19
.github/workflows/hacs.yml
vendored
Normal file
19
.github/workflows/hacs.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Validate with HACS
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
validate-hacs:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: HACS validation
|
||||
uses: "hacs/action@main"
|
||||
with:
|
||||
category: "integration"
|
||||
Loading…
Reference in a new issue