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'