Skip to content

test: add script and article to explain our basic performance test with HtcMock #1261

test: add script and article to explain our basic performance test with HtcMock

test: add script and article to explain our basic performance test with HtcMock #1261

name: Validate Docs Generation
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
generate-docs:
name: Generate Docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- name: Setup Node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 18
cache: "pnpm"
cache-dependency-path: ".docs/pnpm-lock.yaml"
- name: Install dependencies
run: cd .docs && nci
- name: Use NODE_ENV=production
run: echo "NODE_ENV=production" >> $GITHUB_ENV
- name: Static HTML export with Nuxt
run: cd .docs && nr generate
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 18
cache: pnpm
cache-dependency-path: ".docs/pnpm-lock.yaml"
- run: cd .docs && nci
- run: cd .docs && nr lint:md
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 18
cache: pnpm
cache-dependency-path: ".docs/pnpm-lock.yaml"
- run: cd .docs && nci
- run: cd .docs && nr lint