Skip to content

feat(release): automate approved milestone publication (#470) #509

feat(release): automate approved milestone publication (#470)

feat(release): automate approved milestone publication (#470) #509

Workflow file for this run

---
name: Trunk Code Quality
on:
push:
branches: [main, next]
tags: ["v*.*.*"]
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
check:
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run Trunk checks
uses: trunk-io/trunk-action@e1234e67a86010d61ddac8d8ebf4b783e2ffd2fa # v2.0.0
with:
check-mode: all