Skip to content

Merge pull request #154 from therajanmaurya/session-PayCraft-20260823… #196

Merge pull request #154 from therajanmaurya/session-PayCraft-20260823…

Merge pull request #154 from therajanmaurya/session-PayCraft-20260823… #196

Workflow file for this run

# CI Workflow — delegates to mbl-actionhub reusable CI workflow
#
# Triggers:
# - push to dev or main (full build — all modules always verified)
# - workflow_call (invoked by publish.yml before every Maven publish)
#
# PRs are handled separately by pr-check.yml (fast gate, quality + JVM only).
name: CI
on:
push:
branches: [ "dev", "main" ]
workflow_call:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: MobileByteLabs/mbl-actionhub/.github/workflows/ci-kmp-library.yml@v1.1.1
with:
module-pattern: 'cmp-'
java-version: '21'
java-distribution: 'zulu'
run-quality: true