From 16c5076b7d402a8a97bee2f44fe0306d0c9f12bb Mon Sep 17 00:00:00 2001 From: HimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com> Date: Sun, 15 May 2022 15:04:31 +0200 Subject: [PATCH] Delete mod_tidier.yml --- .github/workflows/mod_tidier.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/mod_tidier.yml diff --git a/.github/workflows/mod_tidier.yml b/.github/workflows/mod_tidier.yml deleted file mode 100644 index 7ed08ad..0000000 --- a/.github/workflows/mod_tidier.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Mod Tidier - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - mod_tidier: - runs-on: ubuntu-latest - name: Clean up mismatched go.sum files - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - - uses: actions/setup-go@v2 - with: - go-version: 1.18 - - uses: evantorrie/mott-the-tidier@v1-beta - with: - gomods: | - **/go.mod - -tools/go.mod - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Auto-fix go.sum discrepancies