Skip to content

Commit

Permalink
Add lint job back to the prerequisites of build job
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Oct 3, 2023
1 parent 6c1f9f0 commit 3ab3d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
build:
name: 🚧 Build
needs: [ typecheck ]
needs: [ lint, typecheck ]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 3ab3d99

Please sign in to comment.