Skip to content

docs: fix tm2 broken link (#3034) #1

docs: fix tm2 broken link (#3034)

docs: fix tm2 broken link (#3034) #1

Workflow file for this run

name: Ensure go.mods are tidied
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Ensure go.mods are tidied
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Check go.mod files are up to date
working-directory: ${{ inputs.modulepath }}
run: |
make tidy VERIFY_GO_SUMS=true