Skip to content

feat: add unit tests for ScheduleRepository implementation's createSc… #88

feat: add unit tests for ScheduleRepository implementation's createSc…

feat: add unit tests for ScheduleRepository implementation's createSc… #88

Triggered via push November 4, 2024 06:51
Status Failure
Total duration 24s
Artifacts

commit_lint.yml

on: push
commitlint
14s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
commitlint
You have commit messages with errors ⧗ input: feat: Add ScheduleRepository interface This commit adds the ScheduleRepository interface, which defines the methods for creating, retrieving, updating, and deleting schedules. It also includes methods for retrieving schedules based on date ranges. This interface will be implemented by concrete repository classes. ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: feat: add PreparationStepEntity and PreparationRepository Change name of PreparationEntity to PreparationStepEntity and make PreparationEntity to be a list of PreparationStepEntity. Create interface for PreparationRepository. ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
commitlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/