Skip to content

⏫(cont): image ghcr.io/onedr0p/radarr-develop ( 5.7.0.8882 → 5.8.0.8897 ) #65

⏫(cont): image ghcr.io/onedr0p/radarr-develop ( 5.7.0.8882 → 5.8.0.8897 )

⏫(cont): image ghcr.io/onedr0p/radarr-develop ( 5.7.0.8882 → 5.8.0.8897 ) #65

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Check - Trunk"
on: [pull_request]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Runner
runs-on: ["ghar-set-zoo"]
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Trunk Check
uses: trunk-io/trunk-action@v1