Skip to content

chore(deps-dev): bump @next/bundle-analyzer from 15.5.18 to 16.2.9 in /client #70

chore(deps-dev): bump @next/bundle-analyzer from 15.5.18 to 16.2.9 in /client

chore(deps-dev): bump @next/bundle-analyzer from 15.5.18 to 16.2.9 in /client #70

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@v6
- 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