build(deps): bump lycheeverse/lychee-action from ef8c8f32c278e9eed290c6e6c96748f16b6cd335 to 22134d37a1fff6c2974df9c92a7c7e1e86a08f9c in /.github/workflows #322
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: ✨ Trunk Check | |
uses: trunk-io/trunk-action@78986c82771014936f5ee91d639eee272c3c7c08 |