Skip to content

Merge branch 'master' into dependabot/go_modules/github.com/go-playgr… #16

Merge branch 'master' into dependabot/go_modules/github.com/go-playgr…

Merge branch 'master' into dependabot/go_modules/github.com/go-playgr… #16

Workflow file for this run

name: dependabot-fix
on:
pull_request:
branches:
- dependabot/go_modules/**
push:
branches:
- dependabot/go_modules/**
jobs:
tidy:
runs-on: ubuntu-22.04
permissions:
contents: write
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:
# mod tidy all modules except docs(hugo module)
gomods: |
**/go.mod
-docs/go.mod
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(deps): tidy modules"