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

add husky commit hooks to do housekeeping #24

Merged
merged 5 commits into from
Apr 16, 2024
Merged

add husky commit hooks to do housekeeping #24

merged 5 commits into from
Apr 16, 2024

Conversation

konnov
Copy link
Contributor

@konnov konnov commented Apr 16, 2024

This PR add husky commit hooks to do the following on git commit:

  • check that eslint passes
  • update the license boilerplate, that is, add the license header to the source files
  • once we have Add prettier and the CI check #22 merged, it will also reformat the code.

This is all done, so we don't have to wait for Github actions to fail on these housekeeping tests.

@konnov konnov self-assigned this Apr 16, 2024
@konnov konnov added the devops All kinds of devops-y activities label Apr 16, 2024
@konnov konnov added this to the M1: Transaction extractor milestone Apr 16, 2024
@konnov konnov added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 16, 2024
@konnov konnov added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 16, 2024
@konnov konnov added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 16, 2024
@konnov konnov added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 16, 2024
@konnov konnov added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 16, 2024
@konnov konnov merged commit 08e7089 into main Apr 16, 2024
2 checks passed
@konnov konnov deleted the igor/husky branch April 16, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops All kinds of devops-y activities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants