Skip to content

Add YAML linter for config/ #9

Add YAML linter for config/

Add YAML linter for config/ #9

Workflow file for this run

name: YAML Lint
on: [push] # yamllint disable-line rule:truthy
jobs:
config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: config
strict: true
# Ignore warning
config_data: |
extends: default
rules:
document-start: disable
line-length: disable