Skip to content

fix(packaging): remove runtime protobuf installation #1656

fix(packaging): remove runtime protobuf installation

fix(packaging): remove runtime protobuf installation #1656

name: CI-lint-groups-json
on:
pull_request:
push:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint groups.json format
run: python3 test/tap/groups/lint_groups_json.py
- name: Check every TAP source is registered in groups.json
run: python3 test/tap/groups/check_groups.py --source
- name: Check group infra/workflow coverage (warn-only)
# Warns when a group references a missing infra (phantom) or has a
# real dbdeployer infra but no GitHub Actions workflow. Known gaps
# are allowlisted; only NEW infra-backed groups without a workflow
# are flagged. Warn-only here (no --strict) so it never reds CI.
run: python3 test/tap/groups/lint_group_coverage.py