Reusable workflows, templates, and community health files for 63+ repos.
# In your repo's .github/workflows/ci.yml
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
uses: BuilderCed/.github/.github/workflows/reusable-ci-typescript.yml@main
with:
node-version: '22'
pnpm-version: '9'
security:
uses: BuilderCed/.github/.github/workflows/reusable-security-scan.yml@main
pr-gate:
if: github.event_name == 'pull_request'
uses: BuilderCed/.github/.github/workflows/reusable-pr-gate.yml@maintemplates/coderabbit-template.yaml— CodeRabbit FR configtemplates/dependabot-template.yml— Dependabot with groupingtemplates/.gitattributes-template— Line endings + binariestemplates/.editorconfig-template— Formatting consistency
