Skip to content

annotate-pr-with-lint-issues #419

annotate-pr-with-lint-issues

annotate-pr-with-lint-issues #419

---
# workflow to seperately push annotations and support both forked and standard workflows securely
# https://github.com/marketplace/actions/trunk-check
name: annotate-pr-with-lint-issues
on:
workflow_run:
workflows: ['lint']
types: [completed]
workflow_call:
jobs:
trunk-annotate:
name: trunk-annotate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Trunk Check
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
with:
post-annotations: true # only for fork PRs