Skip to content

chore(deps): update cimg/go docker tag to v1.21.0 #4656

chore(deps): update cimg/go docker tag to v1.21.0

chore(deps): update cimg/go docker tag to v1.21.0 #4656

name: Check Markdown links
on: [pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
base-branch: 'main'
config-file: 'mlc_config.json'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'