Skip to content

docs: update roadmap section #12

docs: update roadmap section

docs: update roadmap section #12

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