Code import - branch release/SIENTIAPDE-1646

This commit is contained in:
2026-06-28 03:02:57 +00:00
commit 25648a91ab
108 changed files with 24001 additions and 0 deletions

17
.github/workflows/quality-gate.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
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: 'laborious'
repositories: 'sientia-dataops-library, sientia-mlops-library'
requirements_file: 'requirements-light.txt'
secrets: inherit