Setting up Maven on GitHub #1080
Answered
by
steveraysteveray
Toby-Broom
asked this question in
Q&A
-
How do I setup maven on GitHub it seemed like there was a plugin but it's been depreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
steveraysteveray
Dec 17, 2024
Replies: 1 comment 3 replies
-
Either you install maven locally or you push your changes to a branch on your forked repo on github, make a PR to qudt-public-repo and run the formatter on that branch on github. To do the latter on your branch, navigate to 'actions' select the one that says 'format sources and commit to branch' and run it on your branch, then pull the changes back into your local repo |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Toby-Broom, you had mentioned earlier that you did not see any Actions on the website. You may need to re-sync your fork to get them to appear.