Skip to content

Address Centre dissolution; remove instances of 'Centre' throughout. #292

Address Centre dissolution; remove instances of 'Centre' throughout.

Address Centre dissolution; remove instances of 'Centre' throughout. #292

Workflow file for this run

name: Docs CI
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- packages/docs/**
jobs:
lint_and_test:
name: "Lint & Test"
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run build -w docs