We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85438d commit 675f5e8Copy full SHA for 675f5e8
.github/workflows/hlint.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
paths:
6
- 'message-index/site.hs'
7
+ - 'message-index/helper-tool.hs'
8
branches:
9
- main
10
@@ -19,6 +20,5 @@ jobs:
19
20
- name: Check site.hs with hlint
21
uses: haskell-actions/hlint-scan@v1
22
with:
- path: |
23
- message-index/site.hs
+ path: message-index/site.hs message-index/helper-tool.hs
24
hints: message-index/.hlint.yml
.github/workflows/ormolu.yml
@@ -9,6 +9,7 @@ on:
pull_request:
11
- '**/site.hs'
12
+ - '**/helper-tool.hs'
13
types:
14
- opened
15
- synchronize
@@ -25,3 +26,4 @@ jobs:
25
26
27
pattern: |
28
**/site.hs
29
+ **/helper-tool.hs
0 commit comments