ci) switch linting to biome
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 1m42s

This commit is contained in:
2026-02-20 22:15:22 -05:00
parent 2ff8a71b0c
commit 5331a05136
5 changed files with 37 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint -- --format unix
run: bun run lint
- name: Unit tests
run: bun run test