Yaml Lint validator
.github/workflows/yaml-lint.yml (opens in new tab)Triggers
push pull_request
Jobs
| Job | Runs on | Steps | Actions used |
|---|---|---|---|
| lintAllTheThings | ubuntu-latest | 2 | actions/checkout@v2 ibiqlik/action-yamllint@v1 |
Raw YAML
---
name: Yaml Lint validator
on: [push, pull_request]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .yamllint.yml
Last fetched: