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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |