Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Updated jumpbox image to correct repository and removed deprecated arguement #123

Updated jumpbox image to correct repository and removed deprecated arguement

Updated jumpbox image to correct repository and removed deprecated arguement #123

Workflow file for this run

name: Check Markdown Links
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'
check-modified-files-only: 'yes'
base-branch: 'main'