Skip to content

Commit 5341238

Browse files
committed
chore: Add dependency between jobs
1 parent 4012896 commit 5341238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
- uses: ./.github/actions/install
2727
- name: Lint
2828
run: pnpm nx run-many --target=lint --all
29+
2930
check-spell:
3031
name: Check spelling
3132
runs-on: ubuntu-latest
32-
needs: install
33+
needs: lint
3334
steps:
3435
- name: Check out
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)