Skip to content

Commit f203bfe

Browse files
committed
chore: update Github Actions job dependency tree
1 parent b3d778e commit f203bfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: pnpm run build
8181

8282
lint:
83-
needs: [install]
83+
needs: [install, build]
8484
name: 'lint'
8585
runs-on: ubuntu-latest
8686
steps:
@@ -106,7 +106,7 @@ jobs:
106106
run: pnpm run lint
107107

108108
typescript:
109-
needs: [build]
109+
needs: [install, build]
110110
name: 'typescript'
111111
runs-on: ubuntu-latest
112112
steps:

0 commit comments

Comments
 (0)