Skip to content

Commit 5cf29cd

Browse files
Switch haskell hlint to new repos after main repo split (#14)
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 716521c commit 5cf29cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Downloads a binary of HLint from [@ndmitchell/hlint](https://github.com/ndmitche
66
caches it through [@actions/tool-cache](https://github.com/actions/tool-cache),
77
and adds it into `PATH`.
88

9-
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.
9+
See also [haskell-actions/hlint-run](https://github.com/haskell-actions/hlint-run), which will run `hlint` and represent its output in GitHub annotations.
1010

1111
## Inputs
1212

@@ -39,10 +39,10 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: 'Set up HLint'
42-
uses: haskell/actions/hlint-setup@v2
42+
uses: haskell-actions/hlint-setup@v2
4343

4444
- name: 'Run HLint'
45-
uses: haskell/actions/hlint-run@v2
45+
uses: haskell-actions/hlint-run@v2
4646
with:
4747
path: src/
4848
fail-on: warning

0 commit comments

Comments
 (0)