Skip to content

Bump typedoc from 0.25.1 to 0.25.3 #118

Bump typedoc from 0.25.1 to 0.25.3

Bump typedoc from 0.25.1 to 0.25.3 #118

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: 18
- name: Install dependencies
run: yarn install --frozen-lockfile --save-dev
- name: Lint
run: yarn lint