Skip to content

fix(webchat): updating react components doc to remove invalid syntax #16

fix(webchat): updating react components doc to remove invalid syntax

fix(webchat): updating react components doc to remove invalid syntax #16

Workflow file for this run

name: Run Checks
on: pull_request
permissions:
id-token: write
contents: read
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
with:
version: 8.6.2
- run: pnpm i --frozen-lockfile
- run: pnpm run check:links