Skip to content

Commit 1e3b593

Browse files
Switch haskell hlint to new repos after main repo split (#16)
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent d5fcb89 commit 1e3b593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: yarn test
3232

3333
- name: Set up HLint
34-
uses: haskell-actions/hlint-setup@v2
34+
uses: haskell-actions/hlint-setup@479607c42f1ab77f0a58ad02f981f5ebd7928415 # v2.4.8
3535

3636
- run: hlint --version
3737

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GitHub Action: Run hlint
44

5-
See also [haskell/actions/hlint-setup](https://github.com/haskell/actions/tree/main/hlint-setup), which will install (and cache) HLint.
5+
See also [haskell-actions/hlint-setup](https://github.com/haskell-actions/hlint-setup), which will install (and cache) HLint.
66

77
Executes `hlint` and presents the output using
88
[actions/toolkit/commands/problem matcher](https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/docs/commands.md#problem-matchers),
@@ -43,12 +43,12 @@ jobs:
4343
- uses: actions/checkout@v4
4444

4545
- name: 'Set up HLint'
46-
uses: haskell/actions/hlint-setup@v2
46+
uses: haskell-actions/hlint-setup@v2
4747
with:
4848
version: '3.1.6'
4949

5050
- name: 'Run HLint'
51-
uses: haskell/actions/hlint-run@v2
51+
uses: haskell-actions/hlint-run@v2
5252
with:
5353
path: src/
5454
fail-on: warning

0 commit comments

Comments
 (0)