Skip to content

Merge easy-random-randomizers in the core module #90

Merge easy-random-randomizers in the core module

Merge easy-random-randomizers in the core module #90

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
ref: master
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: mvn clean package --batch-mode