mirror of
https://github.com/catppuccin/freshrss.git
synced 2026-01-09 05:31:01 +08:00
refactor: add whiskers check, remove justfile & add explicit ^ (#7)
This commit is contained in:
parent
6794590bb6
commit
eeeb92bf2e
15
.github/workflows/whiskers-check.yml
vendored
Normal file
15
.github/workflows/whiskers-check.yml
vendored
Normal 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: freshrss.tera
|
||||
secrets: inherit
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
whiskers:
|
||||
version: "2.3.0"
|
||||
version: "^2.3.0"
|
||||
matrix:
|
||||
- flavor
|
||||
filename: "themes/catppuccin-{{ flavor.identifier }}.css"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user