Skip to content

Add Mods Checker #879

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

Merged
merged 1 commit into from
May 20, 2024
Merged

Add Mods Checker #879

merged 1 commit into from
May 20, 2024

Conversation

Bwc9876
Copy link
Member

@Bwc9876 Bwc9876 commented May 18, 2024

Adds a new action that checks newly added mods for some basic sanity:

  • Checks if the mod's repo is available
  • Checks if there's a release with an asset
  • Checks if the unique names, versions, etc match
  • Warns on no description or non-semver versioning
  • Checks if the unique name of a mod is alredy in-use
  • Checks if the manifest points to a non-existent DLL file
  • Checks if the dependencies listed in dependencies actually exist in our database

This is somewhat tested, but idk how well it'll work

@MegaPiggy MegaPiggy merged commit d802271 into source May 20, 2024
2 checks passed
@MegaPiggy MegaPiggy deleted the add-checker branch May 20, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants