We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3147cc3 commit ca02e3cCopy full SHA for ca02e3c
Dockerfile
@@ -0,0 +1,14 @@
1
+FROM irreverentpixelfeats/ci-haskell:ubuntu_xenial-8.6.2_2.0-20190202063139-7da4b1c
2
+
3
+LABEL "com.github.actions.name"="Haskell Linter"
4
+LABEL "com.github.actions.description"="Run hlint on your haskell code base"
5
+LABEL "com.github.actions.icon"="upload-cloud"
6
+LABEL "com.github.actions.color"="6f42c1"
7
8
+RUN mkdir -p ~/hlint \
9
+ && cd ~/hlint \
10
+ && cabal update \
11
+ && cabal sandbox init \
12
+ && cabal install hlint-2.1.14
13
14
+CMD ["~/hlint/.cabal-sandbox/bin/hlint", "/github/workspace"]
LICENSE LICENSE.md
0 commit comments