diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e956c937d..7da92a210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,13 @@ jobs: steps: - uses: actions/checkout@v4 + # We check that all github actions workflows have valid syntax + - name: Validate YAML file + uses: raven-actions/actionlint@v2 + with: + files: .github/workflow/* + flags: "-ignore SC2086" # ignore some shellcheck errors + - name: install `just` run: sudo snap install --edge --classic just