diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index a3643c9931..2ab1d81750 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -12,7 +12,6 @@ permissions: statuses: write contents: read - jobs: python-style: name: Python Style @@ -44,10 +43,6 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' run: uv sync --project api --dev - - name: Run ty check - if: steps.changed-files.outputs.any_changed == 'true' - run: dev/ty-check - - name: Dotenv check if: steps.changed-files.outputs.any_changed == 'true' run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example