Add repo_type-aware reusable pipeline defaults

This commit is contained in:
Oliver 2026-03-07 11:55:15 +01:00
parent 9adebedf02
commit ea50777645
No known key found for this signature in database
2 changed files with 118 additions and 24 deletions

View file

@ -9,12 +9,15 @@ Use from another repository:
```yaml
jobs:
use-vanity-dev-engine:
uses: OliverGiertz/vanity-dev-engine/.github/workflows/repo-pipeline.yml@v1
uses: OliverGiertz/vanity-dev-engine/.github/workflows/repo-pipeline.yml@v1.1
secrets: inherit
with:
repo_type: ios
```
Optional inputs:
- `repo_type` (`ios`, `node`, `python`, `custom`)
- `lint_command`
- `build_command`
- `test_command`