Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(api-gateway): add husky actions to api-gateway #199

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JoseNoriegaa
Copy link
Contributor

Description

This PR enables husky pre-commit actions in the api-gateway to run the linter and the unit tests.

Acceptance criteria from #198

  • Should run test command before every commit.
  • Should run lint command before every commit.
  • The commit should be aborted if the above commands fail.

Changes

@JoseNoriegaa JoseNoriegaa self-assigned this May 2, 2022
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.

chore(api-gateway): add husky pre-commit actions to api-gateway
1 participant