Skip to content

Commit

Permalink
fix: github-action name
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Sep 6, 2021
1 parent 847885c commit f3e6b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ireturn
name: ireturn-linter
description: Runs the Go's ireturn linter that checks for returned interfaces
author: "@butuzov"

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can use shorthand for some types of interfaces:
### GitHub Action

```
- uses: butuzov/ireturn@main
- uses: butuzov/ireturn-linter@main
with:
allow: "error,empty"
```
Expand Down

0 comments on commit f3e6b84

Please sign in to comment.