Sync GitHub workflows with module template #560
main.yml
on: pull_request
Matrix: Build, lint, and test / Prepare
Check workflows
18s
Matrix: Build, lint, and test / Build
Matrix: Build, lint, and test / Compatibility test
Matrix: Build, lint, and test / Lint
Matrix: Build, lint, and test / Test
Publish release
/
publish-npm
Annotations
11 warnings
Build, lint, and test / Lint (22.x):
src/block-cache.ts#L35
Use a hash name instead
|
Build, lint, and test / Lint (22.x):
src/block-cache.ts#L113
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build, lint, and test / Lint (22.x):
src/fetch.ts#L279
JSDoc description does not satisfy the regex pattern
|
Build, lint, and test / Lint (22.x):
src/fetch.ts#L284
Missing JSDoc @param "options.req" description
|
Build, lint, and test / Lint (22.x):
src/utils/normalize.ts#L15
JSDoc description does not satisfy the regex pattern
|
Build, lint, and test / Lint (22.x):
src/utils/normalize.ts#L41
JSDoc description does not satisfy the regex pattern
|
Build, lint, and test / Lint (22.x):
src/utils/normalize.ts#L55
JSDoc description does not satisfy the regex pattern
|
Build, lint, and test / Lint (22.x):
src/utils/timeout.test.ts#L48
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 / Lint (22.x):
src/wallet.ts#L464
There must be no hyphen before @returns description
|
Build, lint, and test / Lint (22.x):
src/wallet.ts#L464
JSDoc description does not satisfy the regex pattern
|
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-json-rpc-middleware/eth-json-rpc-middleware/.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.
|