Add first (manual) CI jobs #174
Reference in New Issue
Block a user
Delete Branch "chore/gitlab-linting-formatting-pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds first (manual) CI jobs to run two jobs:
gradle checkstyleMain checkstyleTestto ensure code qualitsgradle compileTestJavaindependently of other tasks to ensure the code compilesmentioned in commit
37faa39f10