Skip to content

Commit 48c6eb1

Browse files
Set an unique name for Hlint job (#2544)
* Update hlint.yml * Correct typo Co-authored-by: Anton Latukha <[email protected]> Co-authored-by: Anton Latukha <[email protected]>
1 parent b354202 commit 48c6eb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hlint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build10:
10-
name: "Run"
10+
name: "Hlint check run"
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -21,4 +21,5 @@ jobs:
2121
uses: rwe/actions-hlint-run@v1
2222
with:
2323
hlint-bin: "hlint --with-group=extra --hint=ghcide/.hlint.yaml"
24-
path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe" ]'
24+
path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe"]'
25+

0 commit comments

Comments
 (0)