Skip to content

Commit 96bad07

Browse files
author
jadde
committed
Add Whiskers Check github action
1 parent 7a89095 commit 96bad07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Whiskers check
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: i3status.tera
15+
secrets: inherit

0 commit comments

Comments
 (0)