Remove Vercel notification step

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 00:24:55 +00:00
parent c681745086
commit 001416659e

View File

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