Skip to content

Bump prettier from 3.3.2 to 3.4.2 #286

Bump prettier from 3.3.2 to 3.4.2

Bump prettier from 3.3.2 to 3.4.2 #286

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Lint
run: pnpm run lint