We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae25e commit 92186b3Copy full SHA for 92186b3
action.yaml
@@ -38,7 +38,8 @@ outputs:
38
39
runs:
40
using: docker
41
- image: docker://ghcr.io/haskell-actions/hlint-scan:latest
+# image: docker://ghcr.io/haskell-actions/hlint-scan:latest
42
+ image: Dockerfile
43
args:
44
- binary=${{ inputs.binary }}
45
- path=${{ inputs.path }}
0 commit comments