Skip to content

feat: Bump go version to 1.21 #286

feat: Bump go version to 1.21

feat: Bump go version to 1.21 #286

name: markdown link
on:
pull_request:
paths:
- '**.md'
- 'docs/**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
# this will only show errors in the output
use-quiet-mode: 'yes'
# this will show detailed HTTP status for checked links
use-verbose-mode: 'yes'
config-file: '.github/markdown.links.config.json'