ci) use non-stylish eslint formatter in runner
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 1m59s

This commit is contained in:
2026-02-20 21:49:55 -05:00
parent dd9d142854
commit 2ff8a71b0c

View File

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