Skip to content

Bump typedoc from 0.25.1 to 0.25.4 (#109) #1022

Bump typedoc from 0.25.1 to 0.25.4 (#109)

Bump typedoc from 0.25.1 to 0.25.4 (#109) #1022

Workflow file for this run

name: ESLint
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Run ESLint
run: pnpm run lint