Skip to content

Bump prettier from 3.2.5 to 3.3.0 #197

Bump prettier from 3.2.5 to 3.3.0

Bump prettier from 3.2.5 to 3.3.0 #197

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build