Skip to content

chore: will i ever learn (did it on purpose now) #657

chore: will i ever learn (did it on purpose now)

chore: will i ever learn (did it on purpose now) #657

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