From a946e87611d1d1654f077b147a1cbfca70195768 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Fri, 17 Apr 2026 23:46:08 -0400 Subject: [PATCH] ci(whiskers-check): init --- .github/workflows/whiskers-check.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/whiskers-check.yml diff --git a/.github/workflows/whiskers-check.yml b/.github/workflows/whiskers-check.yml new file mode 100644 index 0000000..ac3e53b --- /dev/null +++ b/.github/workflows/whiskers-check.yml @@ -0,0 +1,15 @@ +name: whiskers + +on: + workflow_dispatch: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + run: + uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1 + with: + args: speedcrunch.tera + secrets: inherit