mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +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
|
- name: eslint # Step to run linters
|
||||||
run: npm run eslint-ci
|
run: npm run eslint-ci
|
||||||
|
|
||||||
- name: Fix with Biome # Step to run linters and auto-format the code
|
- name: Lint with Biome # Step to run linters and auto-format the code
|
||||||
run: npm run biome-ci --reporter=GitHub
|
run: npm run biome-ci
|
Loading…
Reference in New Issue
Block a user