Skip to content

chore: Core/App Doc Updates #2903

chore: Core/App Doc Updates

chore: Core/App Doc Updates #2903

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: yarn install --frozen-lockfile
- run: yarn run lint
- name: Install Prettier
run: npm install -g prettier
- name: Lint .mdx files
run: yarn run lint-mdx