Skip to content

fix: download trunk version before depending on its output #525

fix: download trunk version before depending on its output

fix: download trunk version before depending on its output #525

Workflow file for this run

name: Pull Request
on: [pull_request, workflow_dispatch]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Runner
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Trunk Check
uses: ./ # external users, use: trunk-io/trunk-action@v1
repo_tests:
name: Repository tests
uses: ./.github/workflows/repo_tests.yaml