From 6dcf391f6eae5923c72c28eed45b532f5855b3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 2 Oct 2024 20:08:34 +0200 Subject: [PATCH] Add workflow --- .github/workflows/build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..eaa7b53 --- /dev/null +++ b/.github/workflows/build.yaml @@ -0,0 +1,15 @@ +name: build +on: + push: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v29 + - run: nix flake check + - run: nix build