feat: setup oxlint and prettier for the project

This commit is contained in:
2026-08-28 20:03:19 +07:00
parent 9766edad03
commit 3dcc812cd4
65 changed files with 3940 additions and 1741 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run format:check