Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 2a03350

Browse files
committed
hlint-run/README: update
1 parent f6b9321 commit 2a03350

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hlint-run/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# rwe/actions-hlint-run
1+
# hlint-run
22

33
GitHub Action: Run hlint
44

5-
See also [rwe/actions-hlint-setup](https://github.com/rwe/actions-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

7-
Executes `hlint` and re-formats the output with a
8-
[problem matcher](https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/docs/commands.md#problem-matchers),
9-
so that the hints are displayed as GitHub annotations.
7+
Executes `hlint` and presents the output using
8+
[actions/toolkit/commands/problem matcher](https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/docs/commands.md#problem-matchers),
9+
so hints are displayed as GitHub annotations.
1010

1111
## Inputs
1212

@@ -43,12 +43,12 @@ jobs:
4343
- uses: actions/checkout@v2
4444

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

5050
- name: 'Run HLint'
51-
uses: rwe/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)