Skip to content

Bump actions/checkout from 3 to 4 #48

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #48

Workflow file for this run

name: Check Links
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5 # 1.0.14
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'