Skip to content

Commit 7f54939

Browse files
authored
Clarify that the action is still at the "use at your own risk" stage.
1 parent 670ea22 commit 7f54939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This can be taken care of by [haskell/actions/hlint-setup].
88

99
**Warning**: This depends on unreleased versions of HLint,
1010
and the location of this action will likely change in the future.
11+
Neither has the action itself been officially released.
1112

1213
## Usage
1314

@@ -28,7 +29,7 @@ jobs:
2829
steps:
2930
- uses: actions/checkout@v3
3031
- uses: haskell/actions/hlint-setup@v2
31-
- uses: chungyc/hlint-scan@v0
32+
- uses: chungyc/hlint-scan@main
3233
```
3334
3435
### Inputs

0 commit comments

Comments
 (0)