Skip to content

Commit

Permalink
ci: add whiskers check
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 17, 2024
1 parent 05f31c7 commit 1b77a93
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Whiskers Check

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
# change to ubuntu-latest after GitHub properly rolls out 24.04 (whiskers v2.5.1 depends on 24.04)
# ref: https://github.com/actions/runner-images/issues/10636
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: catppuccin/setup-whiskers@v1
with:
whiskers-version: 2.5.1
- run: whiskers react_native.tera --check
4 changes: 2 additions & 2 deletions react_native.tera
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
whiskers:
version: 2.1.0
version: 2.5.1
matrix:
- flavor
- accent
Expand Down Expand Up @@ -239,4 +239,4 @@ whiskers:
}
},
"spec": 2
}
}

0 comments on commit 1b77a93

Please sign in to comment.