From 365ad406b5e871fa26df984dad4972bcc8090cd7 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Mon, 24 Jun 2024 17:36:36 +0200 Subject: [PATCH] disable yetus --- .github/workflows/yetus.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/yetus.yml diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml deleted file mode 100644 index 5c8f88abf..000000000 --- a/.github/workflows/yetus.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Apache Yetus -on: # yamllint disable-line rule:truthy - pull_request: - branches: [master] - -jobs: - yetus: - runs-on: self-hosted - steps: - - name: Checkout - uses: actions/checkout@v4.1.1 - with: - path: src - fetch-depth: 0 - - - name: Yetus - uses: apache/yetus-test-patch-action@0.14.0 - with: - basedir: ./src - buildtool: nobuild - continuousimprovement: true - githubtoken: ${{ secrets.GITHUB_TOKEN }} - patchdir: ./out - reviveconfig: .revive.toml - - - name: Store Yetus artifacts - if: ${{ always() }} - uses: actions/upload-artifact@v3 - with: - name: 'yetus-scan' - path: ${{ github.workspace }}/out