Skip to content

Commit

Permalink
Merge pull request #29 from catppuccin/ci/use-catppuccin-setup-whiskers
Browse files Browse the repository at this point in the history
ci(check-pr): use `catppuccin/setup-whiskers`
  • Loading branch information
MatthiasPortzel authored Oct 12, 2024
2 parents 0a04918 + 26beb1d commit 5970d3e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: "Install Whiskers"
# Ideally this would pull the latest whiskers version
run: |
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v2.2.0/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
chmod +x $RUNNER_TEMP/whiskers
echo $RUNNER_TEMP >> $GITHUB_PATH
- name: "Checkout"
uses: actions/checkout@v4

- name: "Install Whiskers"
uses: catppuccin/setup-whiskers@v1
with:
whiskers-version: 2.2.0

- name: "Check"
run: whiskers sublime-color-scheme.tera --check

0 comments on commit 5970d3e

Please sign in to comment.