We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d4381b + fcceb51 commit 94aa4cbCopy full SHA for 94aa4cb
.github/workflows/soundness.yml
@@ -51,7 +51,7 @@ on:
51
type: string
52
description: "Container image for the shell check job. Defaults to latest Swift Ubuntu image."
53
default: "swift:6.0-noble"
54
- yamllint_enabled:
+ yamllint_check_enabled:
55
type: boolean
56
description: "Boolean to enable the YAML lint job. Defaults to true."
57
default: true
@@ -184,7 +184,7 @@ jobs:
184
185
yaml-lint:
186
name: Lint YAML
187
- if: ${{ inputs.yamllint_enabled }}
+ if: ${{ inputs.yamllint_check_enabled }}
188
runs-on: ubuntu-latest
189
timeout-minutes: 5
190
steps:
0 commit comments