ci(whiskers-check): use reusable workflow (#23)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: whiskers
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
|
||||
with:
|
||||
args: jellyfin.tera
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user