diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2e55855..ebb4a82 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,10 +10,6 @@ jobs: working-directory: . run: npm i shell: bash - - name: Validate schema - working-directory: . - run: npm run db-validate - shell: bash - name: Generate prisma client working-directory: . run: npm run db-generate