Skip to content

chore(deps): update cimg/ruby docker tag to v3.3.3 #5475

chore(deps): update cimg/ruby docker tag to v3.3.3

chore(deps): update cimg/ruby docker tag to v3.3.3 #5475

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@v4
- 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'