Skip to content
name: Annotate PR with trunk issues
on:
push:
branches:
- main
- develop
pull_request:
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Annotate
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
post-annotations: true # only for fork PRs