Skip to content

fix: typo on doc 'messaging.history-set' -> 'messaging-history.set'. #787

fix: typo on doc 'messaging.history-set' -> 'messaging-history.set'.

fix: typo on doc 'messaging.history-set' -> 'messaging-history.set'. #787

Workflow file for this run

name: Check PR health
on: [pull_request]
jobs:
check-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install packages
run: yarn
- name: Check linting
run: yarn lint