Skip to content

gomod(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 (#2214) #69

gomod(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 (#2214)

gomod(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 (#2214) #69

Workflow file for this run

name: markdown
run-name: ${{github.event.pull_request.title}}
on:
workflow_dispatch:
push:
branches: [ "main", "release-*" ]
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1