File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
- run : yarn test
32
32
33
33
- name : Set up HLint
34
- uses : haskell-actions/hlint-setup@v2
34
+ uses : haskell-actions/hlint-setup@479607c42f1ab77f0a58ad02f981f5ebd7928415 # v2.4.8
35
35
36
36
- run : hlint --version
37
37
Original file line number Diff line number Diff line change 2
2
3
3
GitHub Action: Run hlint
4
4
5
- See also [ haskell/ actions/hlint-setup] ( https://github.com/haskell/ actions/tree/main /hlint-setup ) , which will install (and cache) HLint.
5
+ See also [ haskell- actions/hlint-setup] ( https://github.com/haskell- actions/hlint-setup ) , which will install (and cache) HLint.
6
6
7
7
Executes ` hlint ` and presents the output using
8
8
[ actions/toolkit/commands/problem matcher] ( https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/docs/commands.md#problem-matchers ) ,
@@ -43,12 +43,12 @@ jobs:
43
43
- uses : actions/checkout@v4
44
44
45
45
- name : ' Set up HLint'
46
- uses : haskell/ actions/hlint-setup@v2
46
+ uses : haskell- actions/hlint-setup@v2
47
47
with :
48
48
version : ' 3.1.6'
49
49
50
50
- name : ' Run HLint'
51
- uses : haskell/ actions/hlint-run@v2
51
+ uses : haskell- actions/hlint-run@v2
52
52
with :
53
53
path : src/
54
54
fail-on : warning
You can’t perform that action at this time.
0 commit comments