Skip to content

Update munit, munit-scalacheck to 1.0.0 #122

Update munit, munit-scalacheck to 1.0.0

Update munit, munit-scalacheck to 1.0.0 #122

Workflow file for this run

name: Test code snippets
on:
push:
pull_request:
jobs:
package:
runs-on: ubuntu-latest
env:
SBT_NATIVE_CLIENT: true
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v13
- run: sbt compile
- run: sbt test
- run: sbt checkWorksheets