Skip to content

fix: use property getter instead of Object.assign #663

fix: use property getter instead of Object.assign

fix: use property getter instead of Object.assign #663

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- run: pnpm i --frozen-lockfile
- run: pnpm run lint