Update requirements and simplify CI workflow by integrating quality gate from template. Bump sientia-dataops-library version to 1.4.7 and streamline quality-gate.yml to use a shared workflow configuration.
16 lines
367 B
YAML
16 lines
367 B
YAML
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 |