From 2ff8a71b0c329baa37f8d183feec9c1fee010ecf Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Fri, 20 Feb 2026 21:49:55 -0500 Subject: [PATCH] ci) use non-stylish eslint formatter in runner --- .gitea/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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