Skip to content

feat: add vpr & pct #11

feat: add vpr & pct

feat: add vpr & pct #11

Workflow file for this run

name: lint
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- run: pnpm install
- run: pnpm run lint