Skip to content

Implementing post frontend #33

Implementing post frontend

Implementing post frontend #33

Triggered via pull request September 29, 2024 12:35
@jorbushjorbush
synchronize #19
post-front
Status Failure
Total duration 26s
Artifacts

angular-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
lint: postrify-frontend/src/app/components/home/home.component.ts#L90
Type boolean trivially inferred from a boolean literal, remove type annotation
lint: postrify-frontend/src/app/components/home/home.component.ts#L16
click must be accompanied by either keyup, keydown or keypress event for accessibility
lint: postrify-frontend/src/app/components/home/home.component.ts#L16
Elements with interaction handlers must be focusable
lint: postrify-frontend/src/app/components/post-detail/post-detail.component.ts#L141
Type boolean trivially inferred from a boolean literal, remove type annotation
lint: postrify-frontend/src/app/components/post-form/post-form.component.ts#L115
Lifecycle methods should not be empty
lint: postrify-frontend/src/app/components/post-form/post-form.component.ts#L115
Unexpected empty method 'ngOnInit'
lint: postrify-frontend/src/app/models/post.model.ts#L5
Unexpected any. Specify a different type
lint
Process completed with exit code 1.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/