Skip to content

upgrade to 4.0.0

upgrade to 4.0.0 #6

Workflow file for this run

name: Yaml Lint
on: [ pull_request ]
jobs:
lint_yaml_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: config/*.yml config/**/*.yml
config_file: .yamllint.yml