Skip to content

Commit bdd4f9b

Browse files
committed
fix: remove lint job from deploy job dependencies
1 parent 5512016 commit bdd4f9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
2727
runs-on: self-hosted
2828
needs:
29-
- lint
3029
- build
3130
steps:
3231
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)