authz/github: Simplify Provider.Validate
Created by: indradhanush
In this commit we:
- Return early and reduce nesting of the happy path
- Simplify the
problems
data structure by not using named return args
Easier to view the changes with whitespaces disabled.