diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index a0b452e..1b1e26b 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