Skip to content

Add image support for worksheets (PNG, JPEG, GIF, SVG) #900

Add image support for worksheets (PNG, JPEG, GIF, SVG)

Add image support for worksheets (PNG, JPEG, GIF, SVG) #900

Workflow file for this run

name: build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '11'
- name: maven build
run: mvn --batch-mode --errors --show-version --no-transfer-progress clean verify