Skip to content

Bump typedoc from 0.23.28 to 0.24.7 #85

Bump typedoc from 0.23.28 to 0.24.7

Bump typedoc from 0.23.28 to 0.24.7 #85

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.7.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmmirror.com
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm run eslint