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 847885c commit f3e6b84Copy full SHA for f3e6b84
action.yml
@@ -1,4 +1,4 @@
1
-name: ireturn
+name: ireturn-linter
2
description: Runs the Go's ireturn linter that checks for returned interfaces
3
author: "@butuzov"
4
readme.md
@@ -53,7 +53,7 @@ You can use shorthand for some types of interfaces:
53
### GitHub Action
54
55
```
56
-- uses: butuzov/ireturn@main
+- uses: butuzov/ireturn-linter@main
57
with:
58
allow: "error,empty"
59
0 commit comments