This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # rwe/actions- hlint-run
1+ # hlint-run
22
33GitHub 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
You can’t perform that action at this time.
0 commit comments