Just move it into the one file
[lsp-test.git] / .github / workflows / haskell.yml
index 06086160c15dc9edb78f3c39a7b2f82b493bd097..c60c723906f1396ee29a246065de77807d7d64bf 100644 (file)
@@ -1,7 +1,15 @@
-name: Haskell CI
+name: Haskell
 
 on: [push, pull_request]
 jobs:
+  lint:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - uses: domdere/haskell-lint-action@v1.0.2
+    env:
+      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
   build:
    
     runs-on: ${{ matrix.os }}