No description
Find a file
2026-03-07 12:03:36 +01:00
.github/workflows Stabilize reusable pipeline and publish v1.2 2026-03-07 12:03:36 +01:00
README.md Stabilize reusable pipeline and publish v1.2 2026-03-07 12:03:36 +01:00

vanity-dev-engine

Shared CI/Security/AI reusable workflows for Vanity ecosystem repositories.

Reusable Workflow

Use from another repository:

jobs:
  use-vanity-dev-engine:
    uses: OliverGiertz/vanity-dev-engine/.github/workflows/repo-pipeline.yml@v1.2
    secrets: inherit
    with:
      repo_type: ios

Optional inputs:

  • repo_type (ios, node, python, custom)
  • lint_command
  • build_command
  • test_command

Optional control:

  • set repository variable USE_VANITY_DEV_ENGINE=true in consumer repos.