Skip to content

fix: avoid NPE if zip stream is empty in RetrieveExport endpoint #18

fix: avoid NPE if zip stream is empty in RetrieveExport endpoint

fix: avoid NPE if zip stream is empty in RetrieveExport endpoint #18

Workflow file for this run

name: Build pull request
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '23'
- name: Build pull request
run: mvn clean package