From 872015f5e37b2e0484a149d89590a4822c49d574 Mon Sep 17 00:00:00 2001 From: gnalh Date: Wed, 20 Mar 2024 23:23:55 +0000 Subject: [PATCH] init --- .github/workflows/pull_request.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f4451719..1765cc02 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -86,3 +86,15 @@ jobs: --junit-paths ${{ github.workspace }}/target/**/*junit.xml \ --org-url-slug trunk-staging-org \ --token ${{ secrets.TRUNK_STAGING_ORG_API_TOKEN }} + + trunk_check_runner: + name: Trunk Check runner [linux] + runs-on: [self-hosted, linux] + + steps: + - uses: actions/checkout@v4 + + - name: Trunk Check + uses: trunk-io/trunk-action@v1 + with: + cache: false