We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93d543f + 04aac31 commit eb15ee4Copy full SHA for eb15ee4
.github/workflows/soundness.yml
@@ -202,6 +202,7 @@ jobs:
202
persist-credentials: false
203
- name: Run yamllint
204
run: |
205
+ which yamllint >/dev/null || ( apt-get update && apt-get install -y yamllint )
206
curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/configs/yamllint.yml > /tmp/yamllint.yml
207
yamllint --strict --config-file /tmp/yamllint.yml ${GITHUB_WORKSPACE}
208
python-lint-check:
0 commit comments