Skip to content

chore: lower times

chore: lower times #33

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