diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml index 589747f..2ef6e5e 100644 --- a/.gitea/workflows/pr-checks.yml +++ b/.gitea/workflows/pr-checks.yml @@ -29,7 +29,7 @@ jobs: run: bun install --frozen-lockfile - name: Lint - run: bun run lint + run: bun run lint -- --format unix - name: Unit tests run: bun run test