Skip to content

sync'ing branch1 - Tue Dec 17 06:09:13 UTC 2024 #15778

sync'ing branch1 - Tue Dec 17 06:09:13 UTC 2024

sync'ing branch1 - Tue Dec 17 06:09:13 UTC 2024 #15778

name: yamllint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
# Needed to check out the repo.
contents: read
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- env:
YAMLLINT_VERSION: "1.26.3"
run: |
set -euo pipefail
# Install yamllint
pip install "yamllint==${YAMLLINT_VERSION}"
# Run yamllint
make yamllint