Skip to content
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

chore: Update publishing workflows to match module template

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
Check workflows
Matrix: Build, lint, and test / Build, Lint, and Test
Code scanner  /  Run security scan
2m 50s
Code scanner / Run security scan
Build, lint, and test  /  All jobs pass
4s
Build, lint, and test / All jobs pass
All jobs completed
2s
All jobs completed
All jobs pass
2s
All jobs pass
is-release
0s
is-release
Publish release  /  publish-release
Publish release / publish-release
Publish release  /  publish-npm-dry-run
Publish release / publish-npm-dry-run
Publish release  /  publish-npm
Publish release / publish-npm
Fit to window
Zoom out
Zoom in

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.