Skip to content

Bump the npm_and_yarn group across 19 directories with 8 updates #18

Bump the npm_and_yarn group across 19 directories with 8 updates

Bump the npm_and_yarn group across 19 directories with 8 updates #18

Workflow file for this run

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