Skip to content

Merge pull request #178 from digital-clouds/dependabot/github_actions… #280

Merge pull request #178 from digital-clouds/dependabot/github_actions…

Merge pull request #178 from digital-clouds/dependabot/github_actions… #280

Workflow file for this run

---
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@3a6619b767be06e161338c3176985e4989d78ee1