Skip to content

Commit f3e6b84

Browse files
committed
fix: github-action name
1 parent 847885c commit f3e6b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ireturn
1+
name: ireturn-linter
22
description: Runs the Go's ireturn linter that checks for returned interfaces
33
author: "@butuzov"
44

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can use shorthand for some types of interfaces:
5353
### GitHub Action
5454

5555
```
56-
- uses: butuzov/ireturn@main
56+
- uses: butuzov/ireturn-linter@main
5757
with:
5858
allow: "error,empty"
5959
```

0 commit comments

Comments
 (0)