Skip to content

feat: Initial sdk integration #520

feat: Initial sdk integration

feat: Initial sdk integration #520

Triggered via pull request August 27, 2024 08:40
Status Success
Total duration 8m 3s
Artifacts

lint-build-test.yaml

on: pull_request
Lint, Build & Test
7m 52s
Lint, Build & Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint, Build & Test
The following actions use a deprecated Node.js version 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/
Lint, Build & Test: examples/sample-angular-app/src/app/app.module.ts#L49
Missing return type on function
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L56
Expected 1 empty line after import statement not followed by another import
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L57
Unexpected any. Specify a different type
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L58
Expected 1 empty line after require statement not followed by another require
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L58
Unnecessary conditional, value is always truthy
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L58
Prefer `node:buffer` over `buffer`
Lint, Build & Test: examples/sample-angular-app/src/polyfills.ts#L59
Unexpected any. Specify a different type
Lint, Build & Test: packages/dapp-kit-react/src/DAppKitProvider.tsx#L13
`@vechain/sdk-core` import should occur before type import of `./types`