Skip to content

deps(npm): bump svelte-check from 4.3.6 to 4.4.5 in /frontend #93

deps(npm): bump svelte-check from 4.3.6 to 4.4.5 in /frontend

deps(npm): bump svelte-check from 4.3.6 to 4.4.5 in /frontend #93

Workflow file for this run

name: Dead Code Detection
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
grimp:
name: Grimp Orphan Module Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: "backend/uv.lock"
- name: Install Python and dependencies
run: |
cd backend
uv python install 3.12
uv sync --frozen --group lint --no-dev
- name: Run grimp orphan module check
run: |
cd backend
uv run --no-sync python scripts/check_orphan_modules.py