Skip to content

fix: Move student related pages behind /student #6

fix: Move student related pages behind /student

fix: Move student related pages behind /student #6

Workflow file for this run

name: Lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint