Skip to content

feat(container): update ghcr.io/onedr0p/radarr-develop ( 5.11.0.9244 → 5.12.0.9255 ) #14996

feat(container): update ghcr.io/onedr0p/radarr-develop ( 5.11.0.9244 → 5.12.0.9255 )

feat(container): update ghcr.io/onedr0p/radarr-develop ( 5.11.0.9244 → 5.12.0.9255 ) #14996

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
severity: error