Skip to content

Commit

Permalink
Set an unique name for Hlint job (haskell#2544)
Browse files Browse the repository at this point in the history
* Update hlint.yml

* Correct typo

Co-authored-by: Anton Latukha <anton.latukha@gmail.com>

Co-authored-by: Anton Latukha <anton.latukha@gmail.com>
  • Loading branch information
2 people authored and drsooch committed Dec 29, 2021
1 parent 875a1ce commit 41c58f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build10:
name: "Run"
name: "Hlint check run"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,4 +21,5 @@ jobs:
uses: rwe/actions-hlint-run@v1
with:
hlint-bin: "hlint --with-group=extra --hint=ghcide/.hlint.yaml"
path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe" ]'
path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe"]'

0 comments on commit 41c58f8

Please # to comment.