Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofstetter committed Sep 22, 2022
1 parent 5d2b591 commit 9d551b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/env/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ func TestActionRole_String_Unknown(t *testing.T) {
}
}()

actionRole(100).String()
_ = actionRole(100).String()
}

0 comments on commit 9d551b5

Please sign in to comment.