mirror of
https://github.com/hassio-addons/addon-lidarr.git
synced 2025-05-04 19:11:29 +00:00
Initial add-on
This commit is contained in:
parent
72a3506bd6
commit
218ce00f05
31 changed files with 2686 additions and 0 deletions
16
.github/workflows/ci.yaml
vendored
Normal file
16
.github/workflows/ci.yaml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: CI
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
workflows:
|
||||
uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main
|
Loading…
Add table
Add a link
Reference in a new issue