Skip to content

Update zio to 2.1.3 #525

Update zio to 2.1.3

Update zio to 2.1.3 #525

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Compile
run: sbt +compile
- name: Run tests
run: sbt +test
- name: Run checks
run: sbt check