Skip to content

exclude that it divides by 0 #24

exclude that it divides by 0

exclude that it divides by 0 #24

Workflow file for this run

name: GitHub CI
on:
push:
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: Build with Maven
run: mvn --batch-mode --update-snapshots verify