Open
Conversation
…and build-ci setup
fix: make GitHub Actions pass with correct Node version, submodules, and build-ci setup
(fix): deleted unnecessary package-prod.yml
…: add cli-commit tooling Set up Commitizen for standardized commit messages, integrated Commitlint to enforce conventional commit rules, and added Husky Git hooks to automatically validate messages on each commit. This improves collaboration and ensures consistency across commits. "fix #65"
hard coded path of commit-msg since the earlier method is depreciated in version 10 of husky "fix #65"
added commit-lint workflow to allow commit-lint to run on the PR when one is open, synced or reopened. Also npm ci --legacy peer-deps is due to some old deps still in repo. "fix #65"
added extensive rules for body, subject, type, tasks to further customise it. "fix #65"
added a newline to avoid yaml warning and to follow the best practices "fix #65"
Lint setup with Commitzen, Commitlint and Husky
…thub workflow Corrected indentation and structure in .github/workflows/build-on-pull-request.yml to resolve a syntax error. The build job and its steps are now properly nested under jobs, ensuring the workflow runs as expected on pull requests to master and develop. "fix #78"
Name and indentation correction in GitHub workflow
|
feat: ensure url doesn't have version. upgrade version
#AMM-1247- feat: VAPT Captcha implementation
fix(rx): call allocate() to display the quantity dispensed in manual …
* fix: console check * fix: update the api endpoint * fix: console the env url * fix: update the url * fix: remove unwanted consoles
|
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.



code merge develop to master branch
Summary by CodeRabbit
New Features
Bug Fixes