[Suggestion] Run tests on PRs and release
Is your feature request related to a problem? Please describe. Use tests as one of factors for releasing and PRs acceptance.
Describe the solution you'd like Tests should provide quick feedback on PRs if code is at least buildable and if tests does not fail. Failing tests should be able to prevent automatic (not manual) release of GTCE.
maybe a test that check code quality ? it could help improve code quality of PR made by beginners (like me)
maybe a test that check code quality ? it could help improve code quality of PR made by beginners (like me)
I think it could be include as gate check. But it should not be that problematic now, when we have .editorconfig which should enforce it.