Skip to content

Additional expected paths for mscorsvc.dll, d3dcompiler_47.dll (#63) #228

Additional expected paths for mscorsvc.dll, d3dcompiler_47.dll (#63)

Additional expected paths for mscorsvc.dll, d3dcompiler_47.dll (#63) #228

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