Skip to content

Update scala3-library to 3.3.4 #128

Update scala3-library to 3.3.4

Update scala3-library to 3.3.4 #128

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