Skip to content

Commit 641aba2

Browse files
committed
Align some the YAML lint namings in the soundness workflow
1 parent 8d16220 commit 641aba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/soundness.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757
default: "swift:6.0-noble"
5858
yamllint_check_enabled:
5959
type: boolean
60-
description: "Boolean to enable the YAML lint job. Defaults to true."
60+
description: "Boolean to enable the YAML lint check job. Defaults to true."
6161
default: true
6262

6363
## We are cancelling previously triggered workflow runs
@@ -186,8 +186,8 @@ jobs:
186186
apt-get -qq update && apt-get -qq -y install shellcheck
187187
git ls-files -z '*.sh' | xargs -0 shellcheck
188188
189-
yaml-lint:
190-
name: Lint YAML
189+
yaml-lint-check:
190+
name: YAML lint check
191191
if: ${{ inputs.yamllint_check_enabled }}
192192
runs-on: ubuntu-latest
193193
timeout-minutes: 5

0 commit comments

Comments
 (0)