Skip to content

Commit a853c8c

Browse files
committed
ci(test): fix lint and build test
1 parent 3e8313b commit a853c8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile
2727

28-
- name: Lint
29-
run: pnpm lint
28+
- name: Check code for linting & formatting issues
29+
run: pnpm check:ci
3030

31-
- name: Build
31+
- name: Try to build the project
3232
run: pnpm build

0 commit comments

Comments
 (0)