This repository was archived by the owner on Oct 16, 2025. It is now read-only.
chore: Update publishing workflows to match module template #3
Triggered via pull request
September 24, 2025 12:27
Status
Success
Total duration
3m 33s
Artifacts
–
main.yml
on: pull_request
Check workflows
22s
Matrix: Build, lint, and test / Build, Lint, and Test
Publish release
/
publish-npm
Annotations
7 warnings
|
Build, lint, and test / Build, Lint, and Test (22.x)
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
|
|
Build, lint, and test / Build, Lint, and Test (22.x):
src/PollingBlockTracker.test.ts#L177
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
|
|
Build, lint, and test / Build, Lint, and Test (20.x)
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
|
|
Build, lint, and test / Build, Lint, and Test (20.x):
src/PollingBlockTracker.test.ts#L177
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
|
|
Build, lint, and test / Build, Lint, and Test (18.x)
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
|
|
Build, lint, and test / Build, Lint, and Test (18.x):
src/PollingBlockTracker.test.ts#L177
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
|
|
Code scanner / Run security scan
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at /home/runner/work/eth-block-tracker/eth-block-tracker/.github/workflows/main.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
|