Skip to content

Bump prettier from 3.0.1 to 3.0.3 #13

Bump prettier from 3.0.1 to 3.0.3

Bump prettier from 3.0.1 to 3.0.3 #13

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.x.x
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm type-check
- run: pnpm build