Skip to content

Take prefix/suffix TickSettings into account and add format option (#… #437

Take prefix/suffix TickSettings into account and add format option (#…

Take prefix/suffix TickSettings into account and add format option (#… #437

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
# Test the Java LTS versions and latest version available
java-version: [11, 17]
os: [macOS-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK $
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Test with Maven
run: mvn test