feat(tera): nitro icon colour in youtab + spoiler text and background colour + add answer in polls UI + m3 components #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |