Skip to content

feat: Python API update results service #1140

feat: Python API update results service

feat: Python API update results service #1140

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- run: npm i -g pnpm @antfu/ni
- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 18
cache: pnpm
cache-dependency-path: .docs/pnpm-lock.yaml
- run: cd .docs && nci
- run: cd .docs && nr lint