Skip to content

chore(deps): bump svelte from 4.2.15 to 4.2.19 #44

chore(deps): bump svelte from 4.2.15 to 4.2.19

chore(deps): bump svelte from 4.2.15 to 4.2.19 #44

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