📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-05-29 08:33:53 +00:00
parent fdb52f1e96
commit 06e0d13d57
1615 changed files with 232858 additions and 0 deletions
@@ -0,0 +1,23 @@
name: Brooks-Lint PR Review
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
brooks-lint:
name: Code Quality Review
runs-on: ubuntu-latest
permissions:
pull-requests: write # required to post PR comments
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for git diff main...HEAD
- uses: hyhmrright/brooks-lint/.github/actions/brooks-lint@main
with:
mode: review
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
fail-below: 70 # fail the check if Health Score drops below 70