Skip to content

Bump jekyll-avatar, kramdown, jekyll-feed, jekyll-redirect-from, jekyll-sitemap, jemoji, github-pages, mdl, mechanize, minima and rubycritic #4721

Bump jekyll-avatar, kramdown, jekyll-feed, jekyll-redirect-from, jekyll-sitemap, jemoji, github-pages, mdl, mechanize, minima and rubycritic

Bump jekyll-avatar, kramdown, jekyll-feed, jekyll-redirect-from, jekyll-sitemap, jemoji, github-pages, mdl, mechanize, minima and rubycritic #4721

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'