Skip to content

Rewrite README as an author-focused landing page #52

Rewrite README as an author-focused landing page

Rewrite README as an author-focused landing page #52

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm audit --omit=dev --audit-level=high
- run: npm run typecheck
- run: npm run lint
- run: npm test
- run: npm run test:docx
- run: npm run test:odt
- run: npm run test:epub
- run: npm run test:html
- run: npm run test:markdown
- run: npm run test:xml
- run: npm run test:exports
- run: npm run benchmark:large
- run: npm run build
- run: npm run package
- run: npm run package:validate