Skip to content

corrected errors and update of How it works page #218

corrected errors and update of How it works page

corrected errors and update of How it works page #218

Workflow file for this run

name: readme link testing
on: [push]
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"
use-verbose-mode: "yes"
check-modified-files-only: "yes"
base-branch: main
max-depth: 1