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.
1 parent 8d16220 commit 641aba2Copy full SHA for 641aba2
.github/workflows/soundness.yml
@@ -57,7 +57,7 @@ on:
57
default: "swift:6.0-noble"
58
yamllint_check_enabled:
59
type: boolean
60
- description: "Boolean to enable the YAML lint job. Defaults to true."
+ description: "Boolean to enable the YAML lint check job. Defaults to true."
61
default: true
62
63
## We are cancelling previously triggered workflow runs
@@ -186,8 +186,8 @@ jobs:
186
apt-get -qq update && apt-get -qq -y install shellcheck
187
git ls-files -z '*.sh' | xargs -0 shellcheck
188
189
- yaml-lint:
190
- name: Lint YAML
+ yaml-lint-check:
+ name: YAML lint check
191
if: ${{ inputs.yamllint_check_enabled }}
192
runs-on: ubuntu-latest
193
timeout-minutes: 5
0 commit comments