fix: resolve lint error

This commit is contained in:
2026-09-03 17:26:14 +07:00
parent 0e782a4090
commit 09dbdd6d6d
+1
View File
@@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test - run: bun run test
- run: bun run lint - run: bun run lint
- run: bun run format:check - run: bun run format:check