Skip to content

Merge pull request #169 from jwdevos/patch-2 #126

Merge pull request #169 from jwdevos/patch-2

Merge pull request #169 from jwdevos/patch-2 #126

Workflow file for this run

---
name: yaml validation
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3