Skip to content

Merge pull request #4575 from gizmoguy/pytype-3.12 #2410

Merge pull request #4575 from gizmoguy/pytype-3.12

Merge pull request #4575 from gizmoguy/pytype-3.12 #2410

name: YAML Lint
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, ignore: .github}"