Skip to content

fix: fix makefile fmt target #6

fix: fix makefile fmt target

fix: fix makefile fmt target #6

Workflow file for this run

name: CI
on:
push: {}
jobs:
build:
name: build and test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Enter Nix Shell and Build
run: |
nix develop --command make