Skip to content

Staging to check forked PR's locally #241

Staging to check forked PR's locally

Staging to check forked PR's locally #241

Triggered via pull request September 3, 2023 17:28
@shreya-mishrashreya-mishra
synchronize #232
staging
Status Failure
Total duration 50s
Artifacts

continous-integeration.yml

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

Annotations

8 errors and 11 warnings
build (16.x): src/components/ErrorScreen.tsx#L8
'Text' is not defined
build (16.x): src/components/OOO/OOOForm.tsx#L2
'useState' is defined but never used
build (16.x): src/components/OOO/OOOForm.tsx#L7
'fromDate' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/components/OOO/OOOForm.tsx#L8
'toDate' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/components/OOO/OOOForm.tsx#L10
'setToDate' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/components/OOO/OOOForm.tsx#L11
'setFromDate' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/components/OOO/OOOFormDatePicker.tsx#L1
'prop' is defined but never used
build (16.x)
Process completed with exit code 1.
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/