Skip to content

Commit 94aa4cb

Browse files
authored
Merge pull request #18 from swiftlang/FranzBusch-patch-1
2 parents 1d4381b + fcceb51 commit 94aa4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/soundness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
type: string
5252
description: "Container image for the shell check job. Defaults to latest Swift Ubuntu image."
5353
default: "swift:6.0-noble"
54-
yamllint_enabled:
54+
yamllint_check_enabled:
5555
type: boolean
5656
description: "Boolean to enable the YAML lint job. Defaults to true."
5757
default: true
@@ -184,7 +184,7 @@ jobs:
184184
185185
yaml-lint:
186186
name: Lint YAML
187-
if: ${{ inputs.yamllint_enabled }}
187+
if: ${{ inputs.yamllint_check_enabled }}
188188
runs-on: ubuntu-latest
189189
timeout-minutes: 5
190190
steps:

0 commit comments

Comments
 (0)