Skip to content

docs: clarify shared chat moderation (#276) #975

docs: clarify shared chat moderation (#276)

docs: clarify shared chat moderation (#276) #975

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Build Docs
run: |
cd docs
yarn install
yarn build