diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02489d36d..b7945eb33 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,8 +38,5 @@ jobs: - name: Run security scan run: make security-scan - - name: Verify GraphQL schema is up to date - run: make schema-check - - name: Run Python formatters and linters run: make format-check lint-check