build(deps): bump trunk-io/trunk-action from 76fcbaff0ca53cae6547c50076a8c477d36cf54a to 718b71fb3e4d83f6734f0c372d92ee7d4c9976d7 in /.github/workflows #383
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ⭕ Trunk [check] | |
on: | |
push: | |
branches: [main] | |
tags: [v*.*.*] | |
pull_request: | |
types: [opened, synchronize] | |
workflow_dispatch: {} | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: write # For trunk to post annotations | |
contents: read # For repo checkout | |
steps: | |
- name: ✅ Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: ✨ Trunk Check | |
uses: trunk-io/trunk-action@718b71fb3e4d83f6734f0c372d92ee7d4c9976d7 |