Skip to content

removed one problem from the debugging lab #41

removed one problem from the debugging lab

removed one problem from the debugging lab #41

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
base-branch: 'main'
config-file: '.github/workflows/.mlc_config.json'