From bca6d931bce67dec834e985c8166288e90a0ea01 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:03:20 -0600 Subject: [PATCH] rename biome step in actions --- .github/workflows/quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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