Initial reusable pipeline (ci, security-scan, ai-review)
This commit is contained in:
commit
9adebedf02
2 changed files with 175 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# vanity-dev-engine
|
||||
|
||||
Shared CI/Security/AI reusable workflows for Vanity ecosystem repositories.
|
||||
|
||||
## Reusable Workflow
|
||||
|
||||
Use from another repository:
|
||||
|
||||
```yaml
|
||||
jobs:
|
||||
use-vanity-dev-engine:
|
||||
uses: OliverGiertz/vanity-dev-engine/.github/workflows/repo-pipeline.yml@v1
|
||||
secrets: inherit
|
||||
```
|
||||
|
||||
Optional inputs:
|
||||
|
||||
- `lint_command`
|
||||
- `build_command`
|
||||
- `test_command`
|
||||
|
||||
Optional control:
|
||||
|
||||
- set repository variable `USE_VANITY_DEV_ENGINE=true` in consumer repos.
|
||||
Loading…
Add table
Add a link
Reference in a new issue