Skip to content

Merge pull request #8 from worldline/feat/fix_documentation #16

Merge pull request #8 from worldline/feat/fix_documentation

Merge pull request #8 from worldline/feat/fix_documentation #16

Workflow file for this run

name: CI
on: [push]
jobs:
build-easypay:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build --info