Skip to content

docs: add documentation for mdx pages and update images for the overview section #211

docs: add documentation for mdx pages and update images for the overview section

docs: add documentation for mdx pages and update images for the overview section #211

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: npm ci
- run: npm run lint