Skip to content

Make the constraint checker more lenient to fix finding Seq.contains and some variations on foldLeft #357

Make the constraint checker more lenient to fix finding Seq.contains and some variations on foldLeft

Make the constraint checker more lenient to fix finding Seq.contains and some variations on foldLeft #357

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
branch-name: ${GITHUB_REF#refs/heads/}
jobs:
scalafmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- run: sbt scalafmtCheck
buildSbt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- run: sbt test