File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- ' message-index/site.hs'
7
- - ' message-index/helper-tool .hs'
7
+ - ' message-index/create-message-template .hs'
8
8
branches :
9
9
- main
10
10
20
20
- name : Check site.hs with hlint
21
21
uses : haskell-actions/hlint-scan@v1
22
22
with :
23
- path : message-index/site.hs message-index/helper-tool .hs
23
+ path : message-index/site.hs message-index/create-message-template .hs
24
24
hints : message-index/.hlint.yml
Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- ' **/site.hs'
7
- - ' **/helper-tool .hs'
7
+ - ' **/create-message-template .hs'
8
8
branches :
9
9
- main
10
10
pull_request :
11
11
paths :
12
12
- ' **/site.hs'
13
- - ' **/helper-tool .hs'
13
+ - ' **/create-message-template .hs'
14
14
types :
15
15
- opened
16
16
- synchronize
27
27
with :
28
28
pattern : |
29
29
**/site.hs
30
- **/helper-tool .hs
30
+ **/create-message-template .hs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Text.Read (readMaybe)
10
10
-------------------------------------------------------------------------------
11
11
-- Run this tool with `runghc` on the commandline:
12
12
13
- -- $ runghc helper-tool .hs
13
+ -- $ runghc create-message-template .hs
14
14
15
15
-------------------------------------------------------------------------------
16
16
You can’t perform that action at this time.
0 commit comments