Skip to content

feat(paycraft): track 84 migrations + close anon SECURITY DEFINER surface · native billing · full paywall surface · locale-correct pricing #281

feat(paycraft): track 84 migrations + close anon SECURITY DEFINER surface · native billing · full paywall surface · locale-correct pricing

feat(paycraft): track 84 migrations + close anon SECURITY DEFINER surface · native billing · full paywall surface · locale-correct pricing #281

Workflow file for this run

# PR Check Workflow — fast gate on pull requests
# Runs quality + JVM tests only (iOS/Linux skipped for speed).
# Full build (all targets) runs on push to dev/main via gradle.yml.
name: PR Check
on:
pull_request:
branches: [ "dev", "main" ]
permissions:
contents: read
concurrency:
group: pr-check-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-check:
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
run-ios-tests: false
run-linux-tests: false