Skip to content

feat: more options for how marks and scales represent invalid data (e.g., nulls, NaNs) #1034

feat: more options for how marks and scales represent invalid data (e.g., nulls, NaNs)

feat: more options for how marks and scales represent invalid data (e.g., nulls, NaNs) #1034

Workflow file for this run

name: Test Docs
on:
workflow_dispatch:
pull_request:
paths:
- 'site/**'
- 'yarn.lock'
- '**prettier**'
jobs:
build-site:
name: Build Site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 21
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn prettierbase --check
- name: Build
run: yarn build:site