Just move it into the one file
[lsp-test.git] / .github / workflows / hlint.yml
diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml
deleted file mode 100644 (file)
index 6f73130..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-name: Hlint
-
-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 }}