File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ outputs:
38
38
39
39
runs :
40
40
using : docker
41
- image : docker://ghcr.io/haskell-actions/hlint-scan:v0.4.0
41
+ image : docker://ghcr.io/haskell-actions/hlint-scan:v0.4.1
42
42
args :
43
43
- binary=${{ inputs.binary }}
44
44
- path=${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ the [Haskell Package Versioning Policy].
10
10
11
11
## Unreleased
12
12
13
+ ## 0.4.1 - 2023-04-10
14
+
15
+ * Added automated testing.
16
+
13
17
## 0.4.0 - 2023-04-09
14
18
15
19
* Strip "./" from relative file paths.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : hlint-scan
16
- version : 0.4.0
16
+ version : 0.4.1
17
17
github : " haskell-actions/hlint-scan"
18
18
license : Apache-2.0
19
19
author : " Yoo Chung"
You can’t perform that action at this time.
0 commit comments