Skip to content

docs: update rollkit versions #478

docs: update rollkit versions

docs: update rollkit versions #478

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