Skip to content

[BCMI-419] Fix partial routes and migrate some missing page content #269

[BCMI-419] Fix partial routes and migrate some missing page content

[BCMI-419] Fix partial routes and migrate some missing page content #269

Triggered via pull request October 11, 2024 16:23
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
build (20.x): bcmi/src/app/services/content-directive.ts#L5
The selector should start with one of these prefixes: "app" (https://angular.dev/style-guide#style-02-08)
build (20.x): bcmi/src/app/services/content-directive.ts#L9
Type boolean trivially inferred from a boolean literal, remove type annotation
build (20.x): bcmi/src/app/static-pages/page/page.component.ts#L2
'RouterLink' is defined but never used
build (20.x): bcmi/src/app/static-pages/page/page.component.ts#L2
'RouterModule' is defined but never used
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (20.x): bcmi/src/app/services/content-directive.ts#L17
Lifecycle interface 'AfterViewInit' should be implemented for method 'ngAfterViewInit'. (https://angular.dev/style-guide#style-09-01)