From 64c95d1034c63d1209a8516db4ec3776086078fe Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 27 Dec 2021 10:11:26 +0100 Subject: [PATCH 1/2] Update hlint.yml --- .github/workflows/hlint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml index 7bc8125c75..262a52180a 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" pop]' + From deed4cf60ee88c0887b225166a16375d9e62ce1b Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 27 Dec 2021 10:52:04 +0100 Subject: [PATCH 2/2] Correct typo Co-authored-by: Anton Latukha --- .github/workflows/hlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml index 262a52180a..c71a5722e4 100644 --- a/.github/workflows/hlint.yml +++ b/.github/workflows/hlint.yml @@ -21,5 +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" pop]' + path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe"]'