mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:11:13 -05:00
Remove Vercel notification step
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -35,10 +35,3 @@ jobs:
|
|||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
run: bunx tsc --noEmit --module node16 --moduleResolution node16 --target ES2022 --lib ES2022 **/*.ts
|
run: bunx tsc --noEmit --module node16 --moduleResolution node16 --target ES2022 --lib ES2022 **/*.ts
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Notify Vercel
|
|
||||||
if: always()
|
|
||||||
uses: vercel/repository-dispatch/actions/status@v1
|
|
||||||
with:
|
|
||||||
name: 'Vercel - thrillwiki: lint'
|
|
||||||
status: ${{ job.status }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user