Skip to content

chore(deps): bump json-schema-to-ts from 2.12.0 to 3.0.0 in /packages/node #1395

chore(deps): bump json-schema-to-ts from 2.12.0 to 3.0.0 in /packages/node

chore(deps): bump json-schema-to-ts from 2.12.0 to 3.0.0 in /packages/node #1395

Workflow file for this run

name: Lint docs
on:
push:
branches:
- main
pull_request:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Check docs formatting
run: npm run prettier
- name: Check docs for inclusive language
run: npm run lint:docs