diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8e0f94a..ee54341 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,16 +1,15 @@ -name: Whiskers Check +name: whiskers + on: + workflow_dispatch: push: branches: [main] pull_request: branches: [main] + jobs: - check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: catppuccin/setup-whiskers@v1 - with: - whiskers-version: 2.5.1 - - run: | - whiskers superfile.tera --check + run: + uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1 + with: + args: superfile.tera + secrets: inherit diff --git a/justfile b/justfile deleted file mode 100644 index 3770590..0000000 --- a/justfile +++ /dev/null @@ -1,5 +0,0 @@ -_default: - @just --list - -build: - whiskers superfile.tera