Add repo_type-aware reusable pipeline defaults
This commit is contained in:
parent
9adebedf02
commit
ea50777645
2 changed files with 118 additions and 24 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue