Skip to content

Update github-actions (major) #799

Update github-actions (major)

Update github-actions (major) #799

Workflow file for this run

---
name: yamllint
"on":
pull_request:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Lint YAML files
run: |
# --strict: exit with non-zero even for warnings
hack/yamllint.sh --strict .