Skip to content

πŸ”„(dash)!: dashboard Kubernetes / System / API Server ( 16 β†’ 17 ) #10

πŸ”„(dash)!: dashboard Kubernetes / System / API Server ( 16 β†’ 17 )

πŸ”„(dash)!: dashboard Kubernetes / System / API Server ( 16 β†’ 17 ) #10

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