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

Explicitly call 'npm run lint' in CI test pipeline #375

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

chrismayer
Copy link
Collaborator

This starts the linting process (npm run lint) explicitly in the CI test pipeline because the implicit lint call in the npm run test command does not break the pipeline, even if there are linting errors. So possible linting errors land in the Wegue code base if not discovered by human reviewers, which leads to a broken build.

This starts the linting process (npm run lint)
explicitly in the CI test pipeline because the
implicit call in the npm run test command does not
break the pipeline, even if there are linting
errors.
Copy link
Collaborator

@JakobMiksch JakobMiksch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrismayer
Copy link
Collaborator Author

Thanks for the review @JakobMiksch.

@chrismayer chrismayer merged commit 8cb3059 into wegue-oss:master Apr 15, 2024
1 check passed
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.

2 participants