Skip to content

Commit

Permalink
Fix lint in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g authored and jeffmendoza committed Aug 26, 2022
1 parent 7e5364e commit 7078186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policies/action/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func (a Action) Check(ctx context.Context, c *github.Client, owner,
}
}

for r, _ := range failedRules {
for r := range failedRules {
d.FailedRules = append(d.FailedRules, r.Rule)
}

Expand Down

0 comments on commit 7078186

Please sign in to comment.