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 }}