Skip to content

Move leagl pages to root level #13

Move leagl pages to root level

Move leagl pages to root level #13

Workflow file for this run

name: Check
on:
push:
branches:
- main
- with-auth
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun run setup
- run: bun run check