Skip to content

feat: Add vercel.json to set cache #37

feat: Add vercel.json to set cache

feat: Add vercel.json to set cache #37

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '20'
- uses: pnpm/action-setup@v3
name: Install -g pnpm
with:
version: 9
run_install: false
- name: Install dependency
run: pnpm install
- name: Lint
run: pnpm lint