mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 07:12:32 +02:00
rename biome step in actions
This commit is contained in:
parent
9f16c79af1
commit
bca6d931bc
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user