Skip to content

fix: add example for preset_name and custom_participant_id in docs v2 #278

fix: add example for preset_name and custom_participant_id in docs v2

fix: add example for preset_name and custom_participant_id in docs v2 #278

Workflow file for this run

name: Check for lint errors
on:
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: npm install, lint
run: |
npm install
npm run lint