Skip to content

github actions

github actions #3

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