-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions Refactorization #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attempt to update GitHub CI. [CHANGELOG] 🟢 Added Fabric CI action under fabric.yml. 🟡 Updated the editor configuration file. 🟡 Updated the Build Check action for readability and to update the "capture build artifacts" step. 🟡 Updated README. 🔴 Removed Gradle Error Checker action by removing the error_action.yml file.
Reworked the actions after the last fabric action used was outdated by 4 years.
Refactored the composite action for the workflow.
Potential fix for the perpetual failing GitHub Actions implementation since yesterday. PS: HALP! 助けて! Tulong! 帮助! Pomoc! 俺は losing my utak!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated actions to use a more reliable workflow without compromising personal formatting.
Added several composite actions for reusability along with an entirely new workflow after removing the super linter in favor of (yet problematic) headlesshq/mc-runtime-test action for running a headless instance of Minecraft in the GitHub CI/CD.
The build process is still validated and checked like before. The only major change done in this PR is the removal of
error_action.yml
file in favor to the new workflow namedfabric.yml
.Readme file is also updated, adding some new badges and some image fix, along with the change of headers for the donation links; from "SOCIAL LINKS" to "SUPPORT ME" since they're really not social links.