Skip to content

doc: add building with rollkit page (#183) #476

doc: add building with rollkit page (#183)

doc: add building with rollkit page (#183) #476

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 --disable MD013
- run: yarn run lint-mdx