From 49441edd2719fea46de89c8a542dc5850c52270a Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:16:14 -0600 Subject: [PATCH] Update workflow --- .github/workflows/quality.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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