Skip to content

feat(claude-review): inject team standards via isolated two-job fetch #44

feat(claude-review): inject team standards via isolated two-job fetch

feat(claude-review): inject team standards via isolated two-job fetch #44

name: CI Trigger
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint-typecheck-test:
name: CI - lint / typecheck / test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: ./.github/actions/ci
drift-check:
# Discrete PR-check status separate from lint/typecheck/test so a drift
# failure is identifiable at a glance and can be made required on `main`
# independently. No-op for repos that ship no `codegen-drift-check`
# script anywhere in the workspace, so this job is safe to keep in the
# canonical trigger even before any consumer has codegen.
uses: ./.github/workflows/apps-codegen-drift-check.yml