Skip to content

Commit 675f5e8

Browse files
committed
hlint and ormolu should also check helper-tool.hs
1 parent f85438d commit 675f5e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/hlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- 'message-index/site.hs'
7+
- 'message-index/helper-tool.hs'
78
branches:
89
- main
910

@@ -19,6 +20,5 @@ jobs:
1920
- name: Check site.hs with hlint
2021
uses: haskell-actions/hlint-scan@v1
2122
with:
22-
path: |
23-
message-index/site.hs
23+
path: message-index/site.hs message-index/helper-tool.hs
2424
hints: message-index/.hlint.yml

.github/workflows/ormolu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '**/site.hs'
12+
- '**/helper-tool.hs'
1213
types:
1314
- opened
1415
- synchronize
@@ -25,3 +26,4 @@ jobs:
2526
with:
2627
pattern: |
2728
**/site.hs
29+
**/helper-tool.hs

0 commit comments

Comments
 (0)