Skip to content

Commit 38b7861

Browse files
committed
ci: rename lint as reformat
1 parent b8fc1ee commit 38b7861

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please put an `x` in the box that applies
1515

1616
## Checklist:
1717
- [ ] Add test cases to all the changes you introduce
18-
- [ ] Run `./script/lint` and `./script/test` locally to ensure this change passes linter check and test
18+
- [ ] Run `./script/reformat` and `./script/test` locally to ensure this change passes linter check and test
1919
- [ ] Test the changes on the local machine manually
2020
- [ ] Update the documentation for the changes
2121

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ If you're a first-time contributor, you can check the issues with [good first is
1515
5. Add test cases for all your changes.
1616
(We use [CodeCov](https://codecov.io/) to ensure our test coverage does not drop.)
1717
6. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit.
18-
7. Run `./scripts/lint` and `./scripts/test` to ensure you follow the coding style and the tests pass.
18+
7. Run `./scripts/reformat` and `./scripts/test` to ensure you follow the coding style and the tests pass.
1919
8. Update `READMD.md` and `CHANGELOG.md` for your changes.
2020
9. Send a [pull request](https://github.com/commitizen-tools/commitizen/pulls) 🙏
File renamed without changes.

0 commit comments

Comments
 (0)