Skip to content

fix css by import order #641

fix css by import order

fix css by import order #641

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint