Skip to content

Additional Expected paths #227

Additional Expected paths

Additional Expected paths #227

Workflow file for this run

---
name: YAML Linter
on:
push:
pull_request:
paths:
- "yml/**.yml"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run YAML linter
uses: ibiqlik/[email protected]
with:
config_file: .github/.yamllint
- uses: cketti/[email protected] #eliezio/[email protected]
name: Check schema
with:
files: "yml/**/*.*"
schema: .github/schema/schema.yml
strict: true