Skip to content

Update documentation links for ion-go and ion-rust #93

Update documentation links for ion-go and ion-rust

Update documentation links for ion-go and ion-rust #93

Workflow file for this run

name: build
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Use java ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: mvn verify