Skip to content

Update 06-first-functions.md (#2072) #324

Update 06-first-functions.md (#2072)

Update 06-first-functions.md (#2072) #324

name: MD link checker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
folder-path: 'content/md'