Skip to content

fix: Player build failed due to typedoc generation #5

fix: Player build failed due to typedoc generation

fix: Player build failed due to typedoc generation #5

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
api:
runs-on: ubuntu-latest
name: API
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint api
artisan:
runs-on: ubuntu-latest
name: Artisan
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint artisan