Skip to content

refactor: shuffle keys #9

refactor: shuffle keys

refactor: shuffle keys #9

Workflow file for this run

name: "Build."
on:
pull_request:
push:
jobs:
build-mfc-server:
name: Build MFC Server.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix develop
cd server
lein compile