Skip to content

chore(deps): update linuxserver/radarr docker tag to v5.18.4 #769

chore(deps): update linuxserver/radarr docker tag to v5.18.4

chore(deps): update linuxserver/radarr docker tag to v5.18.4 #769

Workflow file for this run

---
name: ANSIBLE Lint
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: ansible-lint
run: |
pip install ansible-lint
- name: Lint Ansible playbooks
continue-on-error: true
run: |
find ansible/ -name '*.y*ml' -exec ansible-lint -p {} \+