Skip to content

---

--- #2

Workflow file for this run

name: Trunk Check
permissions: read-all
on:
push:
pull_request:
jobs:
trunk_check:
name: Trunk Check Annotate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
post-annotations: true # only for fork PRs