Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/soundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
type: string
description: "Container image for the shell check job. Defaults to latest Swift Ubuntu image."
default: "swift:6.0-noble"
yamllint_enabled:
yamllint_check_enabled:
type: boolean
description: "Boolean to enable the YAML lint job. Defaults to true."
default: true
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

yaml-lint:
name: Lint YAML
if: ${{ inputs.yamllint_enabled }}
if: ${{ inputs.yamllint_check_enabled }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down