Skip to content

Commit

Permalink
Switch haskell hlint to new repos after main repo split (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Oct 8, 2023
1 parent 716521c commit 5cf29cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5cf29cd

Please sign in to comment.