Skip to content

Commit 92186b3

Browse files
committed
Build every time.
1 parent a0ae25e commit 92186b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
image: docker://ghcr.io/haskell-actions/hlint-scan:latest
41+
# image: docker://ghcr.io/haskell-actions/hlint-scan:latest
42+
image: Dockerfile
4243
args:
4344
- binary=${{ inputs.binary }}
4445
- path=${{ inputs.path }}

0 commit comments

Comments
 (0)