Skip to content

fix(radarr): SQP-1 workflow sentence if limited sources (#1529) #469

fix(radarr): SQP-1 workflow sentence if limited sources (#1529)

fix(radarr): SQP-1 workflow sentence if limited sources (#1529) #469

Workflow file for this run

name: Lint - YAML
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run yamllint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/yaml \
peterdavehello/yamllint \
yamllint \
-c "/yaml/yamllint.yml" \
.