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

fix(http4s): format About.scala #3

fix(http4s): format About.scala

fix(http4s): format About.scala #3

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- 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