Skip to content

feat: add participants and plugins core docs [MOB-1603, MOB-1604] #525

feat: add participants and plugins core docs [MOB-1603, MOB-1604]

feat: add participants and plugins core docs [MOB-1603, MOB-1604] #525

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