mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] Update pre-commit hooks (GH-137591) (#137621)
Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
1878fe814a
commit
1bf7462e34
3 changed files with 19 additions and 12 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -225,8 +225,8 @@ jobs:
|
|||
free-threading: ${{ matrix.free-threading }}
|
||||
|
||||
build-windows-msi:
|
||||
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
|
||||
Windows MSI${{ '' }}
|
||||
# ${{ '' } is a hack to nest jobs under the same sidebar category.
|
||||
name: Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
|
||||
needs: build-context
|
||||
if: fromJSON(needs.build-context.outputs.run-windows-msi)
|
||||
strategy:
|
||||
|
|
@ -558,8 +558,8 @@ jobs:
|
|||
run: xvfb-run make ci
|
||||
|
||||
build-san:
|
||||
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
|
||||
Sanitizers${{ '' }}
|
||||
# ${{ '' } is a hack to nest jobs under the same sidebar category.
|
||||
name: Sanitizers${{ '' }} # zizmor: ignore[obfuscation]
|
||||
needs: build-context
|
||||
if: needs.build-context.outputs.run-tests == 'true'
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue