mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 03:27:19 +00:00
ADD: github action
This commit is contained in:
parent
47f0770545
commit
661c956580
1 changed files with 18 additions and 0 deletions
18
.github/workflows/validate.yaml
vendored
Normal file
18
.github/workflows/validate.yaml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Validate
|
||||
|
||||
on:
|
||||
push:
|
||||
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:
|
||||
category: "integration"
|
||||
|
||||
Loading…
Reference in a new issue