Skip to content

feat: Add light and dark legacy route redirects #23

feat: Add light and dark legacy route redirects

feat: Add light and dark legacy route redirects #23

Workflow file for this run

name: run lint check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- run: npm run lint