about summary refs log tree commit diff
path: root/users/glittershark/xanthous/.github/workflows/haskell.yml
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/.github/workflows/haskell.yml')
-rw-r--r--users/glittershark/xanthous/.github/workflows/haskell.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/users/glittershark/xanthous/.github/workflows/haskell.yml b/users/glittershark/xanthous/.github/workflows/haskell.yml
deleted file mode 100644
index df82de3e8c..0000000000
--- a/users/glittershark/xanthous/.github/workflows/haskell.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-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