Skip to content

fix(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.25.2.4794 → 1.25.3.4815 ) #15222

fix(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.25.2.4794 → 1.25.3.4815 )

fix(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.25.2.4794 → 1.25.3.4815 ) #15222

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
severity: error