Skip to content

chore(deps-dev): bump vite from 5.2.10 to 5.4.6 #45

chore(deps-dev): bump vite from 5.2.10 to 5.4.6

chore(deps-dev): bump vite from 5.2.10 to 5.4.6 #45

Workflow file for this run

name: Format Backend
on:
push:
paths:
- "src-tauri/**"
- "package.json"
- ".github/workflows/format-backend.yml"
jobs:
format_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
- run: npm ci
- run: npm run format:backend