Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

feat(zio): add implementation using zio stack #29

feat(zio): add implementation using zio stack

feat(zio): add implementation using zio stack #29

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v23
- name: "Check format"
run: nix develop -c sbt scalafmtCheckAll scalafmtSbtCheck
- name: "Compile"
run: nix develop -c sbt compile Test/compile
- name: "Test"
run: nix develop -c sbt test