From 8f84bb9ece812de6129e2e906b9acde4412058d6 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Sat, 18 Apr 2026 12:54:25 -0600 Subject: [PATCH] chore: run npm run test:lint instead of direct biome call in test-lint.yml --- .github/workflows/test-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index a0b452e5..1b1e26bd 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -28,4 +28,4 @@ jobs: npm ci - name: Linting run: | - ./node_modules/.bin/biome ci --no-errors-on-unmatched + npm run test:lint