Skip to content

Bump dependencies: pom-scijava to 42.0.0 and mastodon to 1.0.0-beta-35 #37

Bump dependencies: pom-scijava to 42.0.0 and mastodon to 1.0.0-beta-35

Bump dependencies: pom-scijava to 42.0.0 and mastodon to 1.0.0-beta-35 #37

Workflow file for this run

name: build PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh