feat: add basic CI & doc deployments#45
Open
jumpy-cat wants to merge 19 commits into
Open
Conversation
jumpy-cat
marked this pull request as ready for review
July 20, 2026 03:38
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.
Description
Added github-actions workflow that runs type-checking, tests, and builds+uploads the typedoc docs. Other changes made include adjusting
tsconfig.jsonto fix some issues, removing thedocs/directory & adding it to.gitignore, and making the timestamp checks inreminder.test.tsless strict so the delayed output of the mock bustime servers pass.Type of Change
feat)fix)Related Issues
Progress towards #30, soft prereq for #40 and mbusdev/bluebus-flutter#98
Changes Made
Nodetobundler:Nodeis deprecated and changing tonodenextwould require refactoring some importslegacydirectory & codeTesting Done
Backend logic is unchanged, confirmed typedoc ftp uploads behave properly.
Checklist
Commit messages follow Conventional Commitscommits can be squashed when merging[type](scope): short descriptionmainand is our current working update branch (e.g.maizebus2.1)print()/debugPrint()/console.log()left in production code