From 2272cc79ba463e02a3917899ee81df6bc98599af Mon Sep 17 00:00:00 2001 From: digiflo Date: Tue, 25 Aug 2026 13:24:08 +0000 Subject: [PATCH] add report-only quality gate (ci-templates) --- .gitea/workflows/ci-quality.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitea/workflows/ci-quality.yml diff --git a/.gitea/workflows/ci-quality.yml b/.gitea/workflows/ci-quality.yml new file mode 100644 index 0000000..4e55a82 --- /dev/null +++ b/.gitea/workflows/ci-quality.yml @@ -0,0 +1,5 @@ +name: quality +on: [push, pull_request] +jobs: + quality: + uses: digiflo/ci-templates/.gitea/workflows/quality.yml@main