Skip to content

Create makefile.yml

Create makefile.yml #1

Workflow file for this run

name: "Test"
on:
workflow_dispatch:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: make