Skip to content

Release 10/24/2024 #5306

Release 10/24/2024

Release 10/24/2024 #5306

Workflow file for this run

name: Lint Yaml
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint-yaml-files:
name: Lint YAML Files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run yamllint
run: |
yamllint -f parsable -c ./.config/yamllint/config.yml .