Skip to content

domain: add downgrade page (#72) #346

domain: add downgrade page (#72)

domain: add downgrade page (#72) #346

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run check