Skip to content

chore: ignore dist from eslint and prettier #16

chore: ignore dist from eslint and prettier

chore: ignore dist from eslint and prettier #16

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: latest
- run: pnpm i --frozen-lockfile
- run: pnpm run lint