feat: add pull request template and ci files #7
integrate.yml
on: pull_request
commit-linting
21s
coding-standards
4s
markdown-linting
3s
Annotations
4 errors
Unordered list indentation:
.github/PULL_REQUEST_TEMPLATE.md#L25
.github/PULL_REQUEST_TEMPLATE.md:25:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md007.md
|
Unordered list indentation:
.github/PULL_REQUEST_TEMPLATE.md#L26
.github/PULL_REQUEST_TEMPLATE.md:26:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md007.md
|
markdown-linting
Failed with exit code: 1
|
commit-linting
You have commit messages with errors
β§ input: Update templates
β subject may not be empty [subject-empty]
β type may not be empty [type-empty]
β found 2 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
β§ input: chore: Fix PULL_REQUEST_TEMPLATE style
β subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
β found 1 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|