Skip to content

fix: theme reverted to default on route change, and toggle button would break until page was reloaded. #27

fix: theme reverted to default on route change, and toggle button would break until page was reloaded.

fix: theme reverted to default on route change, and toggle button would break until page was reloaded. #27

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm run lint
- run: pnpm run typecheck