Skip to content

silly workaround from https://github.com/protobufjs/protobuf.js/issue… #47

silly workaround from https://github.com/protobufjs/protobuf.js/issue…

silly workaround from https://github.com/protobufjs/protobuf.js/issue… #47

Triggered via push August 4, 2024 04:17
Status Failure
Total duration 2m 1s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
test (ubuntu-latest): protos-main/index.ts#L1
Insert `⏎`
test (ubuntu-latest): protos-main/protos.d.ts#L1
File has too many classes (12). Maximum allowed is 1
test (ubuntu-latest): protos-main/protos.d.ts#L1
Replace `"protobufjs"` with `'protobufjs'`
test (ubuntu-latest): protos-main/protos.d.ts#L4
Delete `⏎··`
test (ubuntu-latest): protos-main/protos.d.ts#L6
Replace `··name?:·(string|null)` with `name?:·string·|·null`
test (ubuntu-latest): protos-main/protos.d.ts#L8
Delete `··`
test (ubuntu-latest): protos-main/protos.d.ts#L9
Replace `··fval?:·(number|null)` with `fval?:·number·|·null`
test (ubuntu-latest): protos-main/protos.d.ts#L11
Delete `··`
test (ubuntu-latest): protos-main/protos.d.ts#L12
Replace `··ival?:·(number|null)` with `ival?:·number·|·null`
test (ubuntu-latest): protos-main/protos.d.ts#L14
Delete `··`
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
test (windows-latest)
The operation was canceled.
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
test (macos-latest)
The operation was canceled.
test (ubuntu-latest)
The following actions uses Node.js version which is deprecated 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/