We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14e838 commit 09fcc4cCopy full SHA for 09fcc4c
.github/workflows/whiskers-check.yml
@@ -0,0 +1,17 @@
1
+name: whiskers
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches: [main]
7
+ pull_request:
8
9
10
+jobs:
11
+ run:
12
+ uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
13
+ with:
14
+ args: |
15
+ templates/diff.tera
16
+ templates/kitty.tera
17
+ secrets: inherit
justfile
templates/diff.tera
@@ -1,6 +1,6 @@
---
whiskers:
- version: "2.2.0"
+ version: "^2.2.0"
matrix:
- flavor
filename: "themes/diff-{{ flavor.identifier }}.conf"
templates/kitty.tera
filename: "themes/{{ flavor.identifier }}.conf"
0 commit comments