Add a CI action#2
Open
osfanbuff63 wants to merge 1 commit into
Open
Conversation
This adds a CI action, which will create a zip file and also check for errors. Since your repo is public, you have unlimited minutes. This is copied from my [`minecraft-datapack`](https://github.com/osfanbuff63/minecraft-datapack) template, with a few changes.
Owner
|
This is an interesting idea, but to use this I would want it to run when creating a tag rather than pushing, with it using the tag name as the file name so the name isn't hardcoded. I'm not super familiar with github CI but I can look into it. For now I can upload a zip file manually (and github allows downloading the repo as a zip). However, as an embedded library it's intended to be used with a build system, be that Beet, Datapack Build Manager, or a custom workflow. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds a CI action, which will create a zip file and also check for errors. Since your repo is public, you have unlimited minutes.
This is copied from my
minecraft-datapacktemplate, with a few changes.