Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Bump svelte from 4.2.19 to 5.51.5 #50

Bump svelte from 4.2.19 to 5.51.5

Bump svelte from 4.2.19 to 5.51.5 #50

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint UI
run: |
npm install
npm run prettier-check > /dev/null 2>&1 || npm run prettier && git diff