Skip to content

Field docs links in sidebar and fixes #2028

Field docs links in sidebar and fixes

Field docs links in sidebar and fixes #2028

Workflow file for this run

name: Lint
on:
push:
branches: [master, feature/*, release/*]
pull_request:
branches: [master]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint --quiet
- name: Run @manypkg/cli
run: yarn pkg:check