Skip to content

Bump prettier-plugin-organize-imports from 3.2.3 to 3.2.4 #41

Bump prettier-plugin-organize-imports from 3.2.3 to 3.2.4

Bump prettier-plugin-organize-imports from 3.2.3 to 3.2.4 #41

Workflow file for this run

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