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

feat(commitlint): integrate commitlint and lint #1362

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

ybiquitous
Copy link
Owner

  • add npm run lint:commit
  • remove commitlint job on CI

- add `npm run lint:commit`
- remove commitlint job on CI
@@ -66,11 +66,12 @@
"lint:md:fix": "remark . --output",
"lint:types": "tsc --noEmit",
"lint:types:watch": "npm run lint:types -- --watch",
"lint": "npm-run-all --print-label --parallel lint:*",
"lint:commit": "commitlint --from HEAD~10",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commitlint --from HEAD~10 is enough.

@ybiquitous ybiquitous merged commit 47a9596 into main Sep 8, 2022
@ybiquitous ybiquitous deleted the integrate-commitlint-and-lint branch September 8, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant