Skip to content

chore: correct test command #2

chore: correct test command

chore: correct test command #2

Workflow file for this run

name: Lint
on:
push:
branches: ['main', 'dev']
pull_request:
branches: ['main', 'dev']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: pnpm i --frozen-lockfile
- run: pnpm lint