Skip to content

feat: add support to custom repository info #189

feat: add support to custom repository info

feat: add support to custom repository info #189

Triggered via pull request September 19, 2024 21:24
Status Failure
Total duration 27s
Artifacts

ci_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test: bin/commands/push.ts#L67
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
test: bin/helpers.ts#L96
Unexpected `await` of a non-Promise (non-"Thenable") value
test: src/occurrences.ts#L105
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
test: src/occurrences.ts#L127
Redundant use of `await` on a return value
test: src/occurrences.ts#L138
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
test: src/occurrences.ts#L155
Redundant use of `await` on a return value
test: src/occurrences.ts#L161
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
test
Process completed with exit code 1.