diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 83994015505..c41479f0e0b 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -36,5 +36,5 @@ jobs: - name: eslint # Step to run linters run: npm run eslint-ci - - name: Fix with Biome # Step to run linters and auto-format the code - run: npm run biome-ci --reporter=GitHub \ No newline at end of file + - name: Lint with Biome # Step to run linters and auto-format the code + run: npm run biome-ci \ No newline at end of file