Try out this hlint ci thing
authorLuke Lau <luke_lau@icloud.com>
Sat, 21 Mar 2020 16:45:13 +0000 (16:45 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sat, 21 Mar 2020 16:45:13 +0000 (16:45 +0000)
.github/workflows/hlint.yml [new file with mode: 0644]

diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml
new file mode 100644 (file)
index 0000000..6f73130
--- /dev/null
@@ -0,0 +1,11 @@
+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 }}