Add secret
[lsp-test.git] / .github / workflows / haskell.yml
index 87c9763e2b165e62fb82fb2daa61e8955e67ca12..f3d30b3922dfe90b106ada09e8fb199b6ca568b0 100644 (file)
@@ -3,6 +3,13 @@ name: Haskell CI
 on: [push]
 
 jobs:
+  lint:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: domdere/haskell-lint-action@v1.0.2
+      env:
+        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+    
   build:
    
     runs-on: ubuntu-latest