Skip to content

Add copy-to-clipboard fallback if navigator.clipboard is not available #292

Add copy-to-clipboard fallback if navigator.clipboard is not available

Add copy-to-clipboard fallback if navigator.clipboard is not available #292

Triggered via pull request January 22, 2024 21:41
Status Failure
Total duration 1m 59s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Lint: src/app/shared/directive/clipboard.directive.ts#L17
Expected { after 'if' condition
Lint: src/app/shared/directive/clipboard.directive.ts#L33
'execCommand' is deprecated. [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)
Lint: src/app/shared/directive/clipboard.directive.ts#L46
Expected dot to be on same line as object
Lint: src/app/shared/directive/clipboard.directive.ts#L47
Expected dot to be on same line as object
Lint: src/app/shared/directive/clipboard.directive.ts#L48
Block must be padded by blank lines
Lint
Process completed with exit code 1.
prepare
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@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 uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/