Skip to content

build(deps-dev): Bump @vitejs/plugin-react from 4.3.0 to 4.3.1 (#1001) #1142

build(deps-dev): Bump @vitejs/plugin-react from 4.3.0 to 4.3.1 (#1001)

build(deps-dev): Bump @vitejs/plugin-react from 4.3.0 to 4.3.1 (#1001) #1142

Workflow file for this run

name: check code format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- run: npm run format.check