Skip to content

update broken link to original github starter course #24

update broken link to original github starter course

update broken link to original github starter course #24

name: Check Markdown links
on:
push:
pull_request:
branches: [ "main" ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'