Skip to content

added support for exponent notation to the tokens LONG and DOUBLE #114

added support for exponent notation to the tokens LONG and DOUBLE

added support for exponent notation to the tokens LONG and DOUBLE #114

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Test with Maven
run: mvn --batch-mode --update-snapshots test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3