about summary refs log tree commit diff
path: root/users/aspen/xanthous/.github/workflows/haskell.yml
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/xanthous/.github/workflows/haskell.yml')
-rw-r--r--users/aspen/xanthous/.github/workflows/haskell.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/aspen/xanthous/.github/workflows/haskell.yml b/users/aspen/xanthous/.github/workflows/haskell.yml
new file mode 100644
index 0000000000..df82de3e8c
--- /dev/null
+++ b/users/aspen/xanthous/.github/workflows/haskell.yml
@@ -0,0 +1,15 @@
+name: Haskell CI
+
+on: [push]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v1
+    - name: Nix Build
+      with:
+        args: default.nix --arg failOnWarnings true
+      uses: ./.github/actions/nix-build