Skip to content

Bump typedoc from 0.23.17 to 0.25.3 #340

Bump typedoc from 0.23.17 to 0.25.3

Bump typedoc from 0.23.17 to 0.25.3 #340

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.4.1
with:
node-version: 16
- name: Install dependencies
run: npm i
- name: Run lint
run: npm run lint