Skip to content

Feature: Rendered items #583

Feature: Rendered items

Feature: Rendered items #583

Triggered via pull request February 5, 2025 13:19
Status Failure
Total duration 48s
Artifacts

lint.yml

on: pull_request
Matrix: lint-frontend
Matrix: lint-lib-api
Matrix: lint-lib-xmlrpc
Matrix: lint-prettier
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2267
Replace `"name")).toBeTruthy()` with `'name')).toBeTruthy();`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2268
Replace `"name")).toBe("test")` with `'name')).toBe('test');`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2269
Replace `"build_reporting_smtp_server")).toBeTruthy()` with `'build_reporting_smtp_server')).toBeTruthy();`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2270
Replace `"build_reporting_smtp_server")).toBe("localhost")` with `'build_reporting_smtp_server')).toBe('localhost');`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2284
Replace `"name")).toBeTruthy()` with `'name')).toBeTruthy();`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2285
Replace `"name")).toBe("testprof")` with `'name')).toBe('testprof');`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2286
Replace `"build_reporting_smtp_server")).toBeTruthy()` with `'build_reporting_smtp_server')).toBeTruthy();`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2287
Replace `"build_reporting_smtp_server")).toBe("localhost")` with `'build_reporting_smtp_server')).toBe('localhost');`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2300
Replace `"name")).toBeTruthy()` with `'name')).toBeTruthy();`
lint-lib-api (18.x): projects/cobbler-api/src/lib/cobbler-api.service.spec.ts#L2301
Replace `"name")).toBe("testsys")` with `'name')).toBe('testsys');`
lint-prettier (18.x)
Process completed with exit code 1.
lint-lib-api (18.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down