Skip to content

Don't always use API to check for branch existence #64

Don't always use API to check for branch existence

Don't always use API to check for branch existence #64

Workflow file for this run

---
name: 'Yamllint GitHub Actions'
"on":
- pull_request
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3