Skip to content

Update munit to 1.0.1 #117

Update munit to 1.0.1

Update munit to 1.0.1 #117

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
tags-ignore:
- "v*"
branches:
- "**"
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest ]
scala: [ 3.2.2 ]
java: [ graalvm-ce-java17@22.3.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Compile and test
run: sbt "+test; scalafmtCheckAll; scalafixAll --check; +mimaReportBinaryIssues"