File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,8 @@ You only need to set them if the defaults do not work for your situation.
3535` path`
3636: Path of file or directory that HLint will be told to scan.
3737
38- <!--
39- Uncomment this when this is ready to be released :
40-
4138` hints`
4239: Path for HLint configuration file.
43- -->
4440
4541` category`
4642: String used by GitHub code scanning for matching the analyses.
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ inputs:
2424 required : false
2525 default : .
2626 hints :
27- # Change description when this is released.
28- description : Path for HLint configuration file. Not available yet.
27+ description : Path for HLint configuration file.
2928 required : false
3029 category :
3130 description : String used by GitHub code scanning for matching the analyses.
@@ -42,7 +41,7 @@ outputs:
4241
4342runs :
4443 using : docker
45- image : docker://ghcr.io/haskell-actions/hlint-scan:main
44+ image : docker://ghcr.io/haskell-actions/hlint-scan:v0.9.0
4645 args :
4746 - binary=${{ inputs.binary }}
4847 - path=${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ the [Haskell Package Versioning Policy].
1010
1111## Unreleased
1212
13+ ## 0.9.0 - 2023-04-14
14+
1315* Support ` hints ` input for explicitly specifying the HLint configuration file.
14- * Better message formatting on GitHub.
16+ * Better message formatting and titles on GitHub.
1517
1618## 0.4.1 - 2023-04-10
1719
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : hlint-scan
16- version : 0.4.1
16+ version : 0.9.0
1717github : " haskell-actions/hlint-scan"
1818license : Apache-2.0
1919author : " Yoo Chung"
You can’t perform that action at this time.
0 commit comments