Skip to content

Update zio-schema, zio-schema-derivation, ... to 1.0.1 #22

Update zio-schema, zio-schema-derivation, ... to 1.0.1

Update zio-schema, zio-schema-derivation, ... to 1.0.1 #22

Workflow file for this run

name: scalafmt
on: [push, pull_request]
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: openjdk@1.17.0
- run: sbt "scalafmtCheckAll"