File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments