Skip to content

New pipeline to check for invalid file paths in templates.json #75

New pipeline to check for invalid file paths in templates.json

New pipeline to check for invalid file paths in templates.json #75

Workflow file for this run

name: YAML Lint
on:
push:
paths:
- "**.yml"
- "**.yaml"
- .github/workflows/yaml-lint.yml
pull_request:
paths:
- "**.yml"
- "**.yaml"
- .github/workflows/yaml-lint.yml
jobs:
markdownlint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint YAML Files
uses: ibiqlik/action-yamllint@v3