Skip to content

Commit

Permalink
chore: correct lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Mar 20, 2024
1 parent aa09b36 commit c650ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can do that here: https://jira.mongodb.org/projects/NODE

### Double check the following

- [ ] Ran `npm run check:lint` script
- [ ] Ran `npm run lint` script
- [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
- [ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description`
- Example: `feat(NODE-1234)!: rewriting everything in coffeescript`
Expand Down

0 comments on commit c650ab7

Please sign in to comment.