File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : Whiskers Check
1+ name : whiskers
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [main]
67 pull_request :
1112 runs-on : ubuntu-latest
1213 steps :
1314 - uses : actions/checkout@v4
14- - uses : catppuccin/setup-whiskers@v1
15- with :
16- whiskers-version : 2.5.1
15+ - uses : catppuccin/setup-whiskers@v2
1716 - run : |
1817 whiskers templates/editor.tera --check
1918 whiskers templates/ui.tera --check ui-theme.md
Original file line number Diff line number Diff line change 11---
22whiskers:
3- version: 2.5.1
3+ version: ^ 2.5.1
44 matrix:
55 - flavor
66 filename: "themes/catppuccin-{{ flavor.identifier }}.xml"
Original file line number Diff line number Diff line change 11---
22whiskers:
3- version: 2.5.1
3+ version: ^ 2.5.1
44 filename: "ui-theme.md"
55---
66{%- macro bgr(c) -%}
You can’t perform that action at this time.
0 commit comments