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 5411ae3 + 641aba2 commit 7cea756Copy full SHA for 7cea756
.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
python_lint_check_enabled:
63
@@ -190,8 +190,8 @@ jobs:
190
apt-get -qq update && apt-get -qq -y install shellcheck
191
git ls-files -z '*.sh' | xargs -0 shellcheck
192
193
- yaml-lint:
194
- name: Lint YAML
+ yaml-lint-check:
+ name: YAML lint check
195
if: ${{ inputs.yamllint_check_enabled }}
196
runs-on: ubuntu-latest
197
timeout-minutes: 5
0 commit comments