Skip to content

Commit 34c1cca

Browse files
committed
Rename helper-tool.hs to create-message-template.hs
1 parent aaa4dec commit 34c1cca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/hlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- 'message-index/site.hs'
7-
- 'message-index/helper-tool.hs'
7+
- 'message-index/create-message-template.hs'
88
branches:
99
- main
1010

@@ -20,5 +20,5 @@ jobs:
2020
- name: Check site.hs with hlint
2121
uses: haskell-actions/hlint-scan@v1
2222
with:
23-
path: message-index/site.hs message-index/helper-tool.hs
23+
path: message-index/site.hs message-index/create-message-template.hs
2424
hints: message-index/.hlint.yml

.github/workflows/ormolu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
paths:
66
- '**/site.hs'
7-
- '**/helper-tool.hs'
7+
- '**/create-message-template.hs'
88
branches:
99
- main
1010
pull_request:
1111
paths:
1212
- '**/site.hs'
13-
- '**/helper-tool.hs'
13+
- '**/create-message-template.hs'
1414
types:
1515
- opened
1616
- synchronize
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
pattern: |
2929
**/site.hs
30-
**/helper-tool.hs
30+
**/create-message-template.hs

message-index/helper-tool.hs renamed to message-index/create-message-template.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Text.Read (readMaybe)
1010
-------------------------------------------------------------------------------
1111
-- Run this tool with `runghc` on the commandline:
1212

13-
-- $ runghc helper-tool.hs
13+
-- $ runghc create-message-template.hs
1414

1515
-------------------------------------------------------------------------------
1616

0 commit comments

Comments
 (0)