From b38f44db7afbf17a8b07ff6d6bedfd54d4959b77 Mon Sep 17 00:00:00 2001 From: Nick Bianchi Date: Mon, 16 Mar 2026 17:55:45 +0000 Subject: [PATCH] ci: add compliance check workflow for org ruleset Adds compliance-check.yml that calls the reusable compliance workflow. The workflow name is 'compliance' to match the org-level required status check context, unblocking PR merges. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/compliance-check.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/compliance-check.yml diff --git a/.github/workflows/compliance-check.yml b/.github/workflows/compliance-check.yml new file mode 100644 index 0000000..2af31db --- /dev/null +++ b/.github/workflows/compliance-check.yml @@ -0,0 +1,15 @@ +name: compliance + +on: + push: + branches: [main] + pull_request: + +jobs: + compliance: + uses: CHITTYOS/chittyops/.github/workflows/reusable-compliance-check.yml@main + with: + service_name: 'chittycommand' + tier: 3 + check_health: true + domain: 'command.chitty.cc'