Skip to content

Commit d066bf9

Browse files
authored
ci: add whiskers check (#2)
1 parent e8ec561 commit d066bf9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
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: mangohud.tera
15+
secrets: inherit

mangohud.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.5.1"
3+
version: "^2.5.1"
44
matrix:
55
- flavor
66
- accent

0 commit comments

Comments
 (0)