Skip to content

Merge pull request #20 from digital-clouds/renovate/actions-checkout-4.x #37

Merge pull request #20 from digital-clouds/renovate/actions-checkout-4.x

Merge pull request #20 from digital-clouds/renovate/actions-checkout-4.x #37

Workflow file for this run

---
name: "⭕ Trunk"
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
steps:
- name: "⤵️ Check out code from GitHub"
uses: actions/checkout@v4
- name: "⭕ Trunk Check"
uses: trunk-io/trunk-action@4e2c77df108c45e7107e7d253eecef1dabee43e4