@@ -158,7 +158,6 @@ jobs:
158158 Switch to using Python v${{ inputs.python-version }}
159159 by default
160160 id: python-install
161- # yamllint disable-line rule:line-length
162161 uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
163162 with:
164163 python-version: ${{ inputs.python-version }}
@@ -169,22 +168,19 @@ jobs:
169168 - name : Grab the source from Git
170169 if : >-
171170 contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
172- # yamllint disable-line rule:line-length
173171 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174172 with :
175173 ref : ${{ github.event.inputs.release-committish }}
176174 - name : Retrieve the project source from an sdist inside the GHA artifact
177175 if : >-
178176 !contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
179- # yamllint disable-line rule:line-length
180177 uses : re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # v2.0.0
181178 with :
182179 source-tarball-name : ${{ inputs.source-tarball-name }}
183180 workflow-artifact-name : ${{ inputs.dists-artifact-name }}
184181
185182 - name : Cache pre-commit.com virtualenvs
186183 if : inputs.toxenv == 'pre-commit'
187- # yamllint disable-line rule:line-length
188184 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
189185 with :
190186 path : ~/.cache/pre-commit
@@ -243,7 +239,6 @@ jobs:
243239 shell : bash
244240 - name : Set up pip cache
245241 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
246- # yamllint disable-line rule:line-length
247242 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
248243 with :
249244 path : ${{ steps.pip-cache-dir.outputs.dir }}
@@ -271,7 +266,6 @@ jobs:
271266 - name : Download all the dists
272267 if : >-
273268 contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
274- # yamllint disable-line rule:line-length
275269 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
276270 with :
277271 name : ${{ inputs.dists-artifact-name }}
@@ -325,7 +319,6 @@ jobs:
325319 if : >-
326320 !cancelled()
327321 && steps.tox-run.outputs.test-result-files != ''
328- # yamllint disable-line rule:line-length
329322 uses : test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
330323 with :
331324 paths : >-
@@ -343,7 +336,6 @@ jobs:
343336 && steps.tox-run.outputs.cov-report-files != ''
344337 && steps.tox-run.outputs.test-result-files == ''
345338 && steps.tox-run.outputs.codecov-flags != 'MyPy'
346- # yamllint disable-line rule:line-length
347339 uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
348340 with :
349341 badge : true
@@ -382,7 +374,6 @@ jobs:
382374 if : >-
383375 !cancelled()
384376 && steps.tox-run.outputs.cov-report-files != ''
385- # yamllint disable-line rule:line-length
386377 uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
387378 with :
388379 disable_search : true
@@ -407,7 +398,6 @@ jobs:
407398 if : >-
408399 !cancelled()
409400 && steps.tox-run.outputs.test-result-files != ''
410- # yamllint disable-line rule:line-length
411401 uses : codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
412402 with :
413403 disable_search : true
0 commit comments