8000 docs: reorganize README.md with comparisons/ directory · typescript-eslint/performance@dd80942 · GitHub
[go: up one dir, main page]

Skip to content

docs: reorganize README.md with comparisons/ directory #32

docs: reorganize README.md with comparisons/ directory

docs: reorganize README.md with comparisons/ directory #32

Workflow file for this run

jobs:
lint_spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: npm run lint:spelling
name: Lint spelling
on:
pull_request: ~
push:
branches:
- main
0