rename biome step in actions

This commit is contained in:
Sirz Benjie 2025-03-07 23:03:20 -06:00
parent 9f16c79af1
commit bca6d931bc
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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
- name: Lint with Biome # Step to run linters and auto-format the code
run: npm run biome-ci