Skip to content

Bump ruamel-yaml from 0.17.32 to 0.17.34 #1827

Bump ruamel-yaml from 0.17.32 to 0.17.34

Bump ruamel-yaml from 0.17.32 to 0.17.34 #1827

Workflow file for this run

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}"