Skip to content

Commit ca02e3c

Browse files
committed
Initial
1 parent 3147cc3 commit ca02e3c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -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

File renamed without changes.

0 commit comments

Comments
 (0)