diff --git a/.github/workflows/soundness.yml b/.github/workflows/soundness.yml index be380c4..6b962a9 100644 --- a/.github/workflows/soundness.yml +++ b/.github/workflows/soundness.yml @@ -202,6 +202,7 @@ jobs: persist-credentials: false - name: Run yamllint run: | + which yamllint >/dev/null || ( apt-get update && apt-get install -y yamllint ) curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/configs/yamllint.yml > /tmp/yamllint.yml yamllint --strict --config-file /tmp/yamllint.yml ${GITHUB_WORKSPACE} python-lint-check: