Delete mod_tidier.yml

master
HimbeerserverDE 2022-05-15 15:04:31 +02:00 committed by GitHub
parent 81942a6d59
commit 16c5076b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -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