Skip to content

feat(new new docs): nextra boilerplate #75

feat(new new docs): nextra boilerplate

feat(new new docs): nextra boilerplate #75

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pnpm
run: npm install -g pnpm@latest
- name: Install modules
run: pnpm i
- name: Run lint
run: pnpm lint