Skip to content

Update munit-cats-effect-3 to 2.0.0 #193

Update munit-cats-effect-3 to 2.0.0

Update munit-cats-effect-3 to 2.0.0 #193

Workflow file for this run

# This file was automatically generated by sbt-blowout and should not be edited manually.
# Instead, run blowoutGenerate after making the desired changes to your build definition.
name: CI
'on':
pull_request:
branches:
- main
jobs:
lint:
name: Fatal warnings and code formatting
runs-on: ubuntu-latest
needs: []
if: null
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: temurin
cache: sbt
- run: sbt -Dmode=ci blowoutCheck
- run: sbt -Dmode=ci scalafmtCheckAll
- run: sbt -Dmode=ci compile
test:
name: Unit tests
runs-on: ubuntu-latest
needs: []
if: null
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: temurin
cache: sbt
- run: sbt +test
documentation:
name: Documentation
runs-on: ubuntu-latest
needs: []
if: null
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: temurin
cache: sbt
- run: sbt documentation/paradox