Skip to content

fix(newhome): follow the theme toggle; drop the chest's green halo #442

fix(newhome): follow the theme toggle; drop the chest's green halo

fix(newhome): follow the theme toggle; drop the chest's green halo #442

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint-format-test:
name: Lint, format, unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Unit tests
run: pnpm test