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

test: add the dslint script to pre-commit checks #3668

Merged
merged 1 commit into from
May 30, 2023
Merged

test: add the dslint script to pre-commit checks #3668

merged 1 commit into from
May 30, 2023

Conversation

EgorBodnar
Copy link
Contributor

Motivation/Description of the PR

Typing verification has been added previously but it is very inconvenient to find these problems already within the framework of running tests on ci/cd. This is an extra waste of resources on the run. Because the check is very easy and fast, it is better to add it to the pre-commit too.

Type of change

  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@EgorBodnar EgorBodnar changed the title TEST: add the dslint script to pre-commit checks test: add the dslint script to pre-commit checks May 29, 2023
@DavertMik DavertMik merged commit 9cf5b66 into codeceptjs:3.x May 30, 2023
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.

None yet

4 participants