Skip to content

Update scalacheck to 1.17.1 #347

Update scalacheck to 1.17.1

Update scalacheck to 1.17.1 #347

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v14
- name: test
run: sbt +test