Skip to content

Bump pyright from 1.1.407 to 1.1.408 #3007

Bump pyright from 1.1.407 to 1.1.408

Bump pyright from 1.1.407 to 1.1.408 #3007

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