Skip to content

docs(dependabot): correct the vue-router holdback to what was measured #836

docs(dependabot): correct the vue-router holdback to what was measured

docs(dependabot): correct the vue-router holdback to what was measured #836

Workflow file for this run

name: l10n
on:
push:
branches: [main, development]
pull_request:
branches: [main, beta, development]
permissions:
contents: read
jobs:
l10n:
name: l10n coverage (en.json)
runs-on: ubuntu-latest
# Observed fleet-wide n=225: median 0.1 min, max 1.2 min. Bound loosely at 15.
timeout-minutes: 15
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
with:
node-version: "22"
# check-l10n.js uses only Node built-ins (fs/path) — no npm ci needed.
- name: Check l10n coverage
run: npm run test:l10n