Skip to content

build(deps-dev): bump webpack from 5.91.0 to 5.92.1 #695

build(deps-dev): bump webpack from 5.91.0 to 5.92.1

build(deps-dev): bump webpack from 5.91.0 to 5.92.1 #695

Workflow file for this run

name: "Format"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
format:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
- run: yarn install
- name: format check
run: yarn prettier --check .