Skip to content

Merge pull request #3 from ncsa/wglick/SVCPLAN-5555/support_suse #45

Merge pull request #3 from ncsa/wglick/SVCPLAN-5555/support_suse

Merge pull request #3 from ncsa/wglick/SVCPLAN-5555/support_suse #45

Workflow file for this run

---
name: "yamllint"
on: # yamllint disable-line rule:truthy
- "push"
- "pull_request"
jobs:
lintAllTheThings:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v1"
- name: "yaml-lint"
uses: "ibiqlik/action-yamllint@v3"
with:
strict: "true"