Skip to content

Commit 2f8a308

Browse files
authored
ci: add whiskers check (#17)
1 parent d025d12 commit 2f8a308

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: whiskers
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
9+
10+
jobs:
11+
run:
12+
uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
13+
with:
14+
args: micro.tera
15+
secrets: inherit

micro.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
whiskers:
3-
version: 2.4.0
3+
version: ^2.5.1
44
matrix:
55
- flavor
66
- variant: ["regular", "transparent"]

0 commit comments

Comments
 (0)