Skip to content

Commit a948d59

Browse files
committed
ci: fix format name and run command
1 parent cba8117 commit a948d59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Run tests
4949
run: pnpm test
5050

51-
eslint:
52-
name: ESLint
51+
format:
52+
name: Format
5353
# Don't run on the first run after creating from template. (run_number == 1).
5454
if: github.run_number != 1
5555
runs-on: ubuntu-latest
@@ -60,8 +60,8 @@ jobs:
6060
- name: Install
6161
uses: ./.github/composite-actions/install
6262

63-
- name: Run ESLint
64-
run: pnpm lint
63+
- name: Run Biome
64+
run: pnpm format
6565
env:
6666
NODE_OPTIONS: "--max-old-space-size=4096"
6767

0 commit comments

Comments
 (0)