Skip to content

feat: add between operation #8

feat: add between operation

feat: add between operation #8

Workflow file for this run

name: Check Feature
on:
push:
branches-ignore: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build
run: mvn -ntp -B package --file pom.xml