From 810920fa4fbb0b1f888a48677425d027d4ef7044 Mon Sep 17 00:00:00 2001 From: tuxa <69870860+mrtuxa@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:54:21 +0100 Subject: [PATCH] Create makefile.yml --- .github/workflows/makefile.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..7768683 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,14 @@ +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