Skip to content

Commit 7cea756

Browse files
authored
Merge pull request #26 from swiftlang/fb-yaml-lint-naming
2 parents 5411ae3 + 641aba2 commit 7cea756

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
python_lint_check_enabled:
6363
type: boolean
@@ -190,8 +190,8 @@ jobs:
190190
apt-get -qq update && apt-get -qq -y install shellcheck
191191
git ls-files -z '*.sh' | xargs -0 shellcheck
192192
193-
yaml-lint:
194-
name: Lint YAML
193+
yaml-lint-check:
194+
name: YAML lint check
195195
if: ${{ inputs.yamllint_check_enabled }}
196196
runs-on: ubuntu-latest
197197
timeout-minutes: 5

0 commit comments

Comments
 (0)