From 85963bd6941548c53d4b9e22cf30e683cdfa433d Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Mon, 30 Oct 2023 14:30:31 +0530 Subject: [PATCH] removed trunk action --- .github/workflows/trunk.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/trunk.yml diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml deleted file mode 100644 index 6f35efaa7..000000000 --- a/.github/workflows/trunk.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Trunk Check -on: - # trunk-ignore(yamllint/empty-values) - workflow_dispatch: - pull_request: - paths-ignore: - - docs/** - - .github/** - -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -permissions: read-all - -jobs: - trunk_check: - name: Run Trunk Check - 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