Skip to content

Add test workflow for distro matrix #5

Add test workflow for distro matrix

Add test workflow for distro matrix #5

Workflow file for this run

---
name: Run Linters
on:
- push
- pull_request
jobs:
yamllint:
name: Verify yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/[email protected]
with:
python-version: "3.x"
- name: Run yaml-lint
uses: ibiqlik/[email protected]