@@ -156,7 +156,6 @@ jobs:
156156 Switch to using Python v${{ inputs.python-version }}
157157 by default
158158 id: python-install
159- # yamllint disable-line rule:line-length
160159 uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
161160 with:
162161 python-version: ${{ inputs.python-version }}
@@ -167,22 +166,19 @@ jobs:
167166 - name : Grab the source from Git
168167 if : >-
169168 contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
170- # yamllint disable-line rule:line-length
171169 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
172170 with :
173171 ref : ${{ github.event.inputs.release-committish }}
174172 - name : Retrieve the project source from an sdist inside the GHA artifact
175173 if : >-
176174 !contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
177- # yamllint disable-line rule:line-length
178175 uses : re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # v2.0.0
179176 with :
180177 source-tarball-name : ${{ inputs.source-tarball-name }}
181178 workflow-artifact-name : ${{ inputs.dists-artifact-name }}
182179
183180 - name : Cache pre-commit.com virtualenvs
184181 if : inputs.toxenv == 'pre-commit'
185- # yamllint disable-line rule:line-length
186182 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
187183 with :
188184 path : ~/.cache/pre-commit
@@ -241,7 +237,6 @@ jobs:
241237 shell : bash
242238 - name : Set up pip cache
243239 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
244- # yamllint disable-line rule:line-length
245240 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
246241 with :
247242 path : ${{ steps.pip-cache-dir.outputs.dir }}
@@ -269,7 +264,6 @@ jobs:
269264 - name : Download all the dists
270265 if : >-
271266 contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
272- # yamllint disable-line rule:line-length
273267 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
274268 with :
275269 name : ${{ inputs.dists-artifact-name }}
@@ -323,7 +317,6 @@ jobs:
323317 if : >-
324318 !cancelled()
325319 && steps.tox-run.outputs.test-result-files != ''
326- # yamllint disable-line rule:line-length
327320 uses : test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
328321 with :
329322 paths : >-
@@ -341,7 +334,6 @@ jobs:
341334 && steps.tox-run.outputs.cov-report-files != ''
342335 && steps.tox-run.outputs.test-result-files == ''
343336 && steps.tox-run.outputs.codecov-flags != 'MyPy'
344- # yamllint disable-line rule:line-length
345337 uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
346338 with :
347339 badge : true
@@ -380,7 +372,6 @@ jobs:
380372 if : >-
381373 !cancelled()
382374 && steps.tox-run.outputs.cov-report-files != ''
383- # yamllint disable-line rule:line-length
384375 uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
385376 with :
386377 disable_search : true
@@ -405,7 +396,6 @@ jobs:
405396 if : >-
406397 !cancelled()
407398 && steps.tox-run.outputs.test-result-files != ''
408- # yamllint disable-line rule:line-length
409399 uses : codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
410400 with :
411401 disable_search : true
0 commit comments