From a04cfb53f319b2b8635829f9caa17924e9323533 Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Fri, 25 Oct 2024 15:20:04 -0500 Subject: [PATCH] Remove lint as a job dep --- .github/workflows/deploy.staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.staging.yml b/.github/workflows/deploy.staging.yml index 65a824aa..2620f488 100644 --- a/.github/workflows/deploy.staging.yml +++ b/.github/workflows/deploy.staging.yml @@ -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