Skip to content

Commit 8a3feed

Browse files
committed
Re-order
1 parent 562111c commit 8a3feed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: 22.x
2222
cache: pnpm
2323
- run: pnpm install --frozen-lockfile
24-
- run: pnpm lint
2524
- run: pnpm build
25+
- run: pnpm lint
2626
- run: pnpm test

0 commit comments

Comments
 (0)