Skip to content

Fixed metadata on choice options #430

Fixed metadata on choice options

Fixed metadata on choice options #430

Workflow file for this run

name: PR Checks
on:
workflow_dispatch:
pull_request:
# Cancel previous jobs
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-on-ubuntu:
name: Maven Build on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/maven-build
build-on-windows:
name: Maven Build on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/maven-build