Skip to content

Dependency(deps-dev): Bump vite from 7.1.2 to 7.1.5 #277

Dependency(deps-dev): Bump vite from 7.1.2 to 7.1.5

Dependency(deps-dev): Bump vite from 7.1.2 to 7.1.5 #277

Workflow file for this run

name: Check Prettier Format
on:
workflow_dispatch:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install and Lint
run: |
npm install
npx prettier --check ./**/*.html
npx prettier --check ./**/*.css
npx prettier --check ./**/*.ts
npx prettier --check ./**/*.tsx
npx prettier --check ./**/*.json