Skip to content

Build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates #224

Build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates

Build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates #224

Workflow file for this run

name: format-check
on: pull_request
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Start build
run: pnpm run format:check