mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 19:46:34 +00:00
19 lines
303 B
YAML
19 lines
303 B
YAML
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"
|