chore: add stats lint/check wiring for CI

This commit is contained in:
2026-03-16 01:54:25 -07:00
parent 64e9821e7a
commit 77c35c770d
4 changed files with 23 additions and 3 deletions

View File

@@ -41,6 +41,9 @@ jobs:
- name: Lint changelog fragments
run: bun run changelog:lint
- name: Lint stats (formatting)
run: bun run lint:stats
- name: Enforce pull request changelog fragments (`skip-changelog` label bypass)
if: github.event_name == 'pull_request'
run: bun run changelog:pr-check --base-ref "origin/${{ github.base_ref }}" --head-ref "HEAD" --labels "${{ join(github.event.pull_request.labels.*.name, ',') }}"