Merge pull request #16 from imdevan/update-theme #42
ci.yaml
on: push
Lint source files
21s
Check npm dependencies
28s
Search for TODOs etc
4s
Check spelling with typos
4s
Lint Markdown files
20s
Lint YAML files
3s
Lint shell scripts
11s
Enforce Conventional Commits
14s
Annotations
6 errors and 4 warnings
|
Check spelling with typos
Process completed with exit code 2.
|
|
Search for TODOs etc
Process completed with exit code 1.
|
|
Enforce Conventional Commits
You have commit messages with errors
⧗ input: add customized multiple select example and reoganized others
✖ 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: comment: add todo
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: update light vars
✖ 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: add comment
✖ 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: Discard changes to examples/package-lock.json
✖ 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
|
|
Lint Markdown files:
CONTRIBUTING.md#L108
Link text should be descriptive [Context: "[here]"]
|
|
Lint source files
Process completed with exit code 1.
|
|
Check npm dependencies
Process completed with exit code 1.
|
|
Check spelling with typos:
./examples/App.tsx#L31
"overwites" should be "overwrites".
|
|
Check spelling with typos:
./examples/App.tsx#L31
"currentlly" should be "currently".
|
|
Check spelling with typos:
./src/themes/dark/index.js#L13
"clairity" should be "clarity".
|
|
Check spelling with typos:
./src/themes/light/index.js#L13
"clairity" should be "clarity".
|