ci(whiskers-check): use reusable workflow (#23)

This commit is contained in:
Hammy
2025-04-23 03:48:00 +01:00
committed by GitHub
parent 8adaa4988f
commit c222ffcbd5
3 changed files with 16 additions and 19 deletions
+15
View File
@@ -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
-18
View File
@@ -1,18 +0,0 @@
name: Whiskers Check
on:
push:
paths: ['jellyfin.tera', 'themes', '.github/workflows/whiskers.yml']
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: catppuccin/setup-whiskers@v1.0.0
with:
whiskers-version: '2.5.1'
- run: whiskers jellyfin.tera --check
+1 -1
View File
@@ -1,6 +1,6 @@
---
whiskers:
version: 2.5.1
version: ^2.5.1
matrix:
- flavor
filename: 'themes/catppuccin-{{flavor.identifier}}.css'