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

Update sbt to 1.9.8 (#11) #47

Update sbt to 1.9.8 (#11)

Update sbt to 1.9.8 (#11) #47

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