diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml index 7bc8125c75..c71a5722e4 100644 --- a/.github/workflows/hlint.yml +++ b/.github/workflows/hlint.yml @@ -7,7 +7,7 @@ on: jobs: build10: - name: "Run" + name: "Hlint check run" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -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"]' +