Skip to content

docs: add embedded checkout iframe snippet (allow=payment + postMessa… #4

docs: add embedded checkout iframe snippet (allow=payment + postMessa…

docs: add embedded checkout iframe snippet (allow=payment + postMessa… #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
name: build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
cache: maven
- name: Build and test
run: mvn -B -ntp verify