Skip to content

Provide methods to get adjacent floating-point values (#196) #704

Provide methods to get adjacent floating-point values (#196)

Provide methods to get adjacent floating-point values (#196) #704

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: Mill Build
run: ./mill soundness.all.compile