Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/core/golang.org/x/ne…
Browse files Browse the repository at this point in the history
…t-0.31.0
  • Loading branch information
iyear authored Nov 9, 2024
2 parents abd0617 + 1bec40e commit 4a79ecd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: dependabot-fix

on:
pull_request:
branches:
- dependabot/go_modules/**
push:
branches:
- dependabot/go_modules/**

jobs:
tidy:
runs-on: ubuntu-22.04
name: Clean up mismatched go.sum files
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang env
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- uses: evantorrie/mott-the-tidier@v1-beta
with:
gomods: "**/go.mod"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(deps): tidy modules"

0 comments on commit 4a79ecd

Please sign in to comment.