Skip to content

docs: add Development section in README #2905

docs: add Development section in README

docs: add Development section in README #2905

jobs:
lint_eslint_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run build
- run: npm run lint:eslint-docs
name: Lint ESLint Docs
on:
pull_request: ~
push:
branches:
- main