File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
- name : Setup Haskell env
16
- uses : haskell/ actions/setup@v2
16
+ uses : haskell- actions/setup@v2
17
17
with :
18
18
enable-stack : false
19
19
- run : make publish
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
with :
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
20
- name : Setup Haskell env
21
- uses : haskell/ actions/setup@v2
21
+ uses : haskell- actions/setup@v2
22
22
with :
23
23
enable-stack : false
24
24
- name : ' Set up HLint'
25
- uses : haskell/ actions/hlint-setup@v2
25
+ uses : haskell- actions/hlint-setup@v2
26
26
- name : Build Haskell Host SDK
27
27
run : |
28
28
uname -a
@@ -34,13 +34,13 @@ jobs:
34
34
LD_LIBRARY_PATH=/usr/local/lib cabal test
35
35
36
36
- name : ' Run HLint'
37
- uses : haskell/ actions/hlint-run@v2
37
+ uses : haskell- actions/hlint-run@v2
38
38
with :
39
39
path : src/
40
40
fail-on : warning
41
41
42
42
- name : ' Run HLint'
43
- uses : haskell/ actions/hlint-run@v2
43
+ uses : haskell- actions/hlint-run@v2
44
44
with :
45
45
path : manifest/
46
46
fail-on : warning
You can’t perform that action at this time.
0 commit comments