Skip to content

Data Connect Product #13635

Data Connect Product

Data Connect Product #13635

Triggered via pull request September 4, 2024 23:55
@maneeshtmaneesht
synchronize #8480
dataconnect
Status Failure
Total duration 2m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Lint: packages/data-connect/src/core/AppCheckTokenProvider.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: packages/data-connect/src/core/AppCheckTokenProvider.ts#L60
Missing return type on function
Lint: packages/data-connect/src/core/AppCheckTokenProvider.ts#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: packages/data-connect/src/network/transport/rest.ts#L76
Unexpected console statement
Lint
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/