chore: add GitHub Actions workflow for checks #1
Annotations
6 errors and 4 warnings
test/provider.test.ts:
test/provider.test.ts#L8
Error: ENOENT: no such file or directory, open '/home/runner/work/cms_sign/cms_sign/certificate.p12'
❯ test/provider.test.ts:8:23
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/cms_sign/cms_sign/certificate.p12' }
|
test/signature.test.ts > SignatureEntity > constructor > should throw an error if the signature is not provided:
test/signature.test.ts#L42
AssertionError: expected Error: Signature not provided to be an instance of DataNotProvidedError
❯ test/signature.test.ts:42:31
|
test/signature.test.ts > SignatureEntity > constructor > should return a SignatureEntityBuilder instance:
test/signature.test.ts#L56
AssertionError: expected [Function builder] to be an instance of SignatureEntityBuilder
❯ test/signature.test.ts:56:29
|
test/signature.test.ts > SignatureEntity > builder > should return a SignatureEntityBuilder instance:
test/signature.test.ts#L71
AssertionError: expected [Function builder] to be an instance of SignatureEntityBuilder
❯ test/signature.test.ts:71:29
|
test
Process completed with exit code 1.
|
lint
The run was canceled by @lncitador.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, 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/
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, 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/
|