Skip to content

Commit

Permalink
Remove lint as a job dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 25, 2024
1 parent 6110b4c commit a04cfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
deploy:
name: 🚀 Deploy
runs-on: ubuntu-latest
needs: [lint, typecheck, vitest]
needs: [typecheck, vitest]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit a04cfb5

Please sign in to comment.