Skip to content

Commit

Permalink
chore(pr-template): remove lint command and add build (nodejs#6415)
Browse files Browse the repository at this point in the history
chore(pr-template): remove `lint`command and add `build`
  • Loading branch information
AugustinMauroy authored Mar 3, 2024
1 parent 2f6f355 commit 1932563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Please read the [Code of Conduct](https://github.com/nodejs/nodejs.org/blob/main
<!--
ATTENTION
Please follow this check list to ensure that you've followed all items before opening this PR
You can check the items by adding an `x` between the brackets, like this: `[x]`
-->

- [ ] I have read the [Contributing Guidelines](https://github.com/nodejs/nodejs.org/blob/main/CONTRIBUTING.md) and made commit messages that follow the guideline.
- [ ] I have run `npx turbo lint` to ensure the code follows the style guide. And run `npx turbo lint:fix` to fix the style errors if necessary.
- [ ] I have run `npx turbo format` to ensure the code follows the style guide.
- [ ] I have run `npx turbo test` to check if all tests are passing.
- [ ] I have run `npx turbo build` to check if the website builds without errors.
- [ ] I've covered new added functionality with unit tests if necessary.

0 comments on commit 1932563

Please sign in to comment.