Skip to content

Made discarding of returned values explicit #49

Made discarding of returned values explicit

Made discarding of returned values explicit #49

Workflow file for this run

name: Leucine/JVM
on:
push:
branches: [ "develop" ]
paths-ignore: [ "*.md"]
pull_request:
branches: [ "develop" ]
paths-ignore: [ "*.md"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt leucineJVM/test