Code import - branch feature/SIENTIAPDE-1646
This commit is contained in:
16
.github/workflows/quality-gate.yml
vendored
Normal file
16
.github/workflows/quality-gate.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Quality gate
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [ opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
quality-gate:
|
||||
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main
|
||||
permissions: write-all
|
||||
with:
|
||||
project_name: 'scouter'
|
||||
repositories: 'sientia-dataops-library'
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user