mirror of
https://github.com/Lash-L/RoborockCustomMap.git
synced 2026-07-26 16:18:32 +02:00
18 lines
295 B
YAML
18 lines
295 B
YAML
---
|
|
name: Validate HACS
|
|
on:
|
|
push:
|
|
pull_request:
|
|
jobs:
|
|
hacs:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
name: Checkout code
|
|
|
|
- name: HACS Action
|
|
uses: hacs/action@main
|
|
with:
|
|
category: integration
|
|
ignore: brands
|