Skip to content

Commit f4b67a8

Browse files
committed
ci: add job dependency
1 parent 3045ced commit f4b67a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- run: pnpm prettier
4242

4343
build:
44-
# needs:
45-
# - lint
44+
needs:
45+
- lint
4646
runs-on: ubuntu-latest
4747

4848
strategy:

0 commit comments

Comments
 (0)