✨ feat: Add CI workflow, improve build, and update docs #9
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 pull request enhances the project's development infrastructure and maintainability. It introduces an automated CI pipeline, streamlines the build process, and adds comprehensive documentation for users and contributors.
Key Changes
👷 Continuous Integration & Build
.github/workflows/ci.yml
) has been added to automate testing and linting on every push and pull request, ensuring code quality and stability.package.json
scripts have been updated for a more robust and efficient build process.appsscript.json
is now tracked by Git. This is critical for ensuring that clasp deployments have access to the correct manifest file.📝 Documentation
docs/
directory, providing clear instructions on both using the script (usage.md
) and contributing to its development (development.md
).GEMINI.md
has been updated with more detailed instructions and examples for using the GitMoji commit convention, making contributions more consistent.♻️ Refactoring
subtractYears
function has been removed fromsrc/code.js
to simplify the codebase.