Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump clap from 4.3.2 to 4.4.3 #33268

Bump clap from 4.3.2 to 4.4.3

Bump clap from 4.3.2 to 4.4.3 #33268

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@v3
- uses: gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5 # 1.0.14
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'