Skip to content

Introduce new command DSL #140

Introduce new command DSL

Introduce new command DSL #140

Workflow file for this run

name: CI PRs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: PR Build
steps:
- name: Checkout source code
uses: actions/checkout@v4.2.2
- name: Set up JDK 17
uses: actions/setup-java@v4.7.1
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify