build(deps): bump trunk-io/trunk-action from ee21f624ffe82cc0cf8370a26778fbf6844ffccb to cf57c926b78958033bf9be80b9b92a286f15b246 in /.github/workflows #289
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 | |
permissions: read-all | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
permissions: | |
actions: write | |
steps: | |
- name: ✅ Checkout | |
uses: actions/checkout@v4 | |
- name: ✨ Trunk Check | |
uses: trunk-io/trunk-action@cf57c926b78958033bf9be80b9b92a286f15b246 |