Skip to content

Commit 1bb5a63

Browse files
committed
Remove lint-pydantic CI job
1 parent 8879e00 commit 1bb5a63

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -207,26 +207,6 @@ jobs:
207207
env:
208208
PULL_REQUEST_NUMBER: ${{ github.event.number }}
209209

210-
lint-pydantic:
211-
runs-on: ubuntu-latest
212-
needs: changes
213-
if: ${{ needs.changes.outputs.linting == 'true' }}
214-
215-
steps:
216-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
217-
with:
218-
ref: ${{ github.event.pull_request.head.sha }}
219-
- name: Install Rust
220-
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
221-
with:
222-
toolchain: ${{ env.RUST_VERSION }}
223-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
224-
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2.0.0
225-
with:
226-
poetry-version: "2.1.1"
227-
extras: "all"
228-
- run: poetry run scripts-dev/check_pydantic_models.py
229-
230210
lint-clippy:
231211
runs-on: ubuntu-latest
232212
needs: changes
@@ -341,7 +321,6 @@ jobs:
341321
- lint-mypy
342322
- lint-crlf
343323
- lint-newsfile
344-
- lint-pydantic
345324
- check-sampleconfig
346325
- check-schema-delta
347326
- check-lockfile
@@ -363,7 +342,6 @@ jobs:
363342
lint
364343
lint-mypy
365344
lint-newsfile
366-
lint-pydantic
367345
lint-clippy
368346
lint-clippy-nightly
369347
lint-rust

0 commit comments

Comments
 (0)