Skip to content

Improve spell-out of numbers. #336

Improve spell-out of numbers.

Improve spell-out of numbers. #336

Workflow file for this run

name: Xspec tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- uses: actions/checkout@v4
- name: Let maven run the tests
run: mvn test