Skip to content

mine: updated the OpenSSF critical rankings #358

mine: updated the OpenSSF critical rankings

mine: updated the OpenSSF critical rankings #358

Workflow file for this run

# Docs: https://github.com/marketplace/actions/markdown-link-check
name: Markdown links
on:
# Trigger the workflow on push or pull requests, but only for the
# main branch
push:
branches:
- main
- '*/ci'
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: 'mlc_config.json'