Skip to content

workflows: Use branch head to run tests #16

workflows: Use branch head to run tests

workflows: Use branch head to run tests #16

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]