Skip to content

ci: flake wip

ci: flake wip #10

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
# - name: Build and test in Nix devshell
- run: nix develop --command bash -c "sbt test"