-
Notifications
You must be signed in to change notification settings - Fork 92
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
and configure lint-staged
#1861
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1861 +/- ##
=======================================
Coverage 99.36% 99.36%
=======================================
Files 16 16
Lines 1566 1566
Branches 343 343
=======================================
Hits 1556 1556
Misses 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
bors cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to be working as far as I can tell. Thanks for this!
bors merge
bors cancel (I don't know why bors is crashing here) |
@curquiza Can we merge manually? |
bors ping |
pong |
bors retry |
pong |
bors merge |
bors cancel |
bors d+ |
✌️ flevi29 can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
It's probably time to switch to https://github.blog/news-insights/product-news/github-merge-queue-is-generally-available/ |
Pull Request
lint-staged
wasn't set up properly and wasn't running before. I hope this PR fixes that.What does this PR do?
lint-staged
according to https://github.com/lint-staged/lint-staged?tab=readme-ov-file#installation-and-setuphusky
dependency forlint-staged
, as described by its instructionsPR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!