Skip to content

fix(radarr): Adapt German CF to avoid matching DL (#2188) #2647

fix(radarr): Adapt German CF to avoid matching DL (#2188)

fix(radarr): Adapt German CF to avoid matching DL (#2188) #2647

Workflow file for this run

name: Lint - YAML
on:
push:
branches:
- master
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" \
.