Skip to content

Conversation

@chalu
Copy link
Owner

@chalu chalu commented Feb 16, 2024

Changes made

  1. added unit tests with Jest 🚀
  2. added a code style linter and formatter with XO 🔥
  3. added a pre-commit hook with husky. It runs the lint, build and test scripts before allowing a commit 💪🏽
  4. added a Github Actions CI workflow to run lint, build and test the project on push to dev/feature/work branches, and on PR to dev/main branches 💯

closes #1, #2 , #3

@chalu chalu linked an issue Feb 16, 2024 that may be closed by this pull request
@chalu chalu merged commit 4bb5529 into main Feb 16, 2024
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.

There is no CI workflow to run unit tests if they exist There are no linters or code quality checks There are no unit tests

2 participants