Skip to content

Add Document#getAsInt bound to NSFItemGetLong #256

Add Document#getAsInt bound to NSFItemGetLong

Add Document#getAsInt bound to NSFItemGetLong #256

Workflow file for this run

name: Validate on pull request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: "8"
distribution: "adopt"
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean verify javadoc:javadoc