feat(prettier): add prettier formatting

This commit is contained in:
Shintaro Jokagi 2025-05-28 13:43:44 +12:00
parent 01f4dac75d
commit 7fafa6bc69
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8
85 changed files with 5670 additions and 2788 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm ci
biome:
format:
runs-on: ubuntu-latest
needs: setup
steps:
@ -40,7 +40,7 @@ jobs:
node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
- name: Run Biome check
run: npx biome check ./src
run: npm run lint && npm run format:check
vitest:
runs-on: ubuntu-latest