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

chore(deps): update logback-classic from 1.2.6 to 1.4.11 #20

chore(deps): update logback-classic from 1.2.6 to 1.4.11

chore(deps): update logback-classic from 1.2.6 to 1.4.11 #20

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