Skip to content

Bump next from 14.2.10 to 14.2.15 #1128

Bump next from 14.2.10 to 14.2.15

Bump next from 14.2.10 to 14.2.15 #1128

Workflow file for this run

name: Prettier Check
on: pull_request
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: the-guild-org/shared-config/setup@main
name: setup env
with:
packageManager: pnpm
workingDirectory: ./
- name: Install Dependencies
run: pnpm i
- name: Run Prettier Check
run: pnpm format:check