From 5cf29cdea3b76671bec4f447c05f21c2484d7863 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2023 08:54:07 -1000 Subject: [PATCH] Switch haskell hlint to new repos after main repo split (#14) Signed-off-by: Mihai Maruseac --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 402f247..be7889a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Downloads a binary of HLint from [@ndmitchell/hlint](https://github.com/ndmitche caches it through [@actions/tool-cache](https://github.com/actions/tool-cache), and adds it into `PATH`. -See also [haskell/actions/hlint-run](https://github.com/haskell/actions/tree/main/hlint-run), which will run `hlint` and represent its output in GitHub annotations. +See also [haskell-actions/hlint-run](https://github.com/haskell-actions/hlint-run), which will run `hlint` and represent its output in GitHub annotations. ## Inputs @@ -39,10 +39,10 @@ jobs: - uses: actions/checkout@v4 - name: 'Set up HLint' - uses: haskell/actions/hlint-setup@v2 + uses: haskell-actions/hlint-setup@v2 - name: 'Run HLint' - uses: haskell/actions/hlint-run@v2 + uses: haskell-actions/hlint-run@v2 with: path: src/ fail-on: warning