From 001416659e30225ef8e116ceb58f8565b3c46dae Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:24:55 +0000 Subject: [PATCH] Remove Vercel notification step --- .github/workflows/lint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11e6ccbe..b5ca6993 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,10 +35,3 @@ jobs: working-directory: ./api run: bunx tsc --noEmit --module node16 --moduleResolution node16 --target ES2022 --lib ES2022 **/*.ts continue-on-error: false - - - name: Notify Vercel - if: always() - uses: vercel/repository-dispatch/actions/status@v1 - with: - name: 'Vercel - thrillwiki: lint' - status: ${{ job.status }}