Skip to content

fix(radarr): German Guide - add negated remux quality modifier to bluray groups to avoid double scoring #2719

fix(radarr): German Guide - add negated remux quality modifier to bluray groups to avoid double scoring

fix(radarr): German Guide - add negated remux quality modifier to bluray groups to avoid double scoring #2719

Workflow file for this run

name: Lint - YAML
on:
push:
branches:
- master
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- name: Run yamllint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/yaml \
peterdavehello/yamllint \
yamllint \
-c "/yaml/yamllint.yml" \
.