Skip to content

build(deps): bump sonner from 1.7.4 to 2.0.7 in /client #184

build(deps): bump sonner from 1.7.4 to 2.0.7 in /client

build(deps): bump sonner from 1.7.4 to 2.0.7 in /client #184

Workflow file for this run

name: Tech Debt Policy
on:
pull_request:
push:
branches: [main]
jobs:
todo-check:
name: Untracked TODO/FIXME check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: "22"
# The scanner has no dependencies — it uses only Node built-ins —
# so no install step is needed.
- name: Enforce TODO/FIXME issue references in critical paths
run: node scripts/check-todos.mjs