We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670ea22 commit 7f54939Copy full SHA for 7f54939
README.md
@@ -8,6 +8,7 @@ This can be taken care of by [haskell/actions/hlint-setup].
8
9
**Warning**: This depends on unreleased versions of HLint,
10
and the location of this action will likely change in the future.
11
+Neither has the action itself been officially released.
12
13
## Usage
14
@@ -28,7 +29,7 @@ jobs:
28
29
steps:
30
- uses: actions/checkout@v3
31
- uses: haskell/actions/hlint-setup@v2
- - uses: chungyc/hlint-scan@v0
32
+ - uses: chungyc/hlint-scan@main
33
```
34
35
### Inputs
0 commit comments