Files
sientia-dataops-scouter_tem…/.github/workflows/quality-gate.yml
vitor-aignosi b063f973cd SIENTIAPDE-1327
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.
2025-10-23 09:04:28 -03:00

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