Skip to content

Merge #539 from branch '527-emitMarcXmlLeaderAsWhole' of github.com:m… #443

Merge #539 from branch '527-emitMarcXmlLeaderAsWhole' of github.com:m…

Merge #539 from branch '527-emitMarcXmlLeaderAsWhole' of github.com:m… #443

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with gradle
run: ./gradlew check