diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index eb4243066db..1c5737d451e 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -35,7 +35,6 @@ jobs: - name: eslint # Step to run linters run: npm run eslint-ci - - - name: biome-lint # Step to run linters - run: npm run biome-ci + - name: Fix with Biome # Step to run linters and auto-format the code + run: npm run biome-ci \ No newline at end of file