Skip to content

Commit 6de77c6

Browse files
authored
chore: fix lint in ci (#125)
1 parent 3400bb6 commit 6de77c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ jobs:
7272
- name: Format code
7373
run: pnpm format:check
7474

75-
- name: Lint code
76-
run: pnpm lint
77-
7875
- name: Build packages
7976
run: pnpm build
8077
- name: TypeCheck
8178
run: pnpm typecheck
82-
79+
- name: Lint code
80+
run: pnpm lint
8381
- name: Test on Linux
8482
if: runner.os == 'Linux'
8583
run: xvfb-run -a pnpm -r test

0 commit comments

Comments
 (0)