Manual Publish #55
publish.yml
on: workflow_dispatch
build-and-publish
1m 55s
Annotations
6 warnings
build-and-publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish:
projects/angular/components/ui-grid/src/ui-grid.component.html#L17
Async pipe results should not be negated. Use `(observable | async) === false`, `(observable | async) === null`, or `(observable | async) === undefined` to check its value instead
|
build-and-publish:
projects/angular/components/ui-grid/src/ui-grid.component.html#L27
Async pipe results should not be negated. Use `(observable | async) === false`, `(observable | async) === null`, or `(observable | async) === undefined` to check its value instead
|
build-and-publish:
projects/angular/components/ui-grid/src/ui-grid.component.html#L47
Async pipe results should not be negated. Use `(observable | async) === false`, `(observable | async) === null`, or `(observable | async) === undefined` to check its value instead
|
build-and-publish:
projects/angular/components/ui-grid/src/ui-grid.component.html#L73
Async pipe results should not be negated. Use `(observable | async) === false`, `(observable | async) === null`, or `(observable | async) === undefined` to check its value instead
|
build-and-publish:
projects/angular/components/ui-grid/src/ui-grid.component.html#L802
Async pipe results should not be negated. Use `(observable | async) === false`, `(observable | async) === null`, or `(observable | async) === undefined` to check its value instead
|