Skip to content

Testing Add Snippet Feature #4

Testing Add Snippet Feature

Testing Add Snippet Feature #4

Triggered via pull request July 21, 2025 16:47
@samridh-111samridh-111
synchronize #1
dev
Status Failure
Total duration 22s
Artifacts

commit.yml

on: pull_request
commitlint
19s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
commitlint
You have commit messages with errors ⧗ input: prettier commit ✖ 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: Updated Search function to support Fuzzy Search (commented out previous search function for now) ✖ 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: search snippet function added. can filter on the basis of language, tags and any specific keywords ✖ 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: Added view and list snippet. currently working on search snippet (commented out). also storing snippets locally in snippet.json ✖ header must not be longer than 100 characters, current length is 127 [header-max-length] ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 3 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Added list snippet function. Added new file 'snippet.json' to store the Snippets ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ⚠ body must have leading blank line [body-leading-blank] ✖ found 2 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Added 'delete snippet' and 'edit snippet' tested for bugs ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ⚠ body must have leading blank line [body-leading-blank] ✖ found 2 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: commit message: added "add snippet" feature. Added its required fields in index.js. Does work in cli but does not take input yet ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ⚠ body must have leading blank line [body-leading-blank] ✖ found 2 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/