Skip to content

Create tech stack docs (techstack.yml and techstack.md) #124

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #124

Triggered via pull request January 5, 2024 09:31
Status Success
Total duration 49s
Artifacts

build.yml

on: pull_request
Build Production
39s
Build Production
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (no-unused-vars)
src/config.service.ts#L159
Unexpected aliasing of 'this' to local variable (@typescript-eslint/no-this-alias)
examples/convert-config-file/src/winston.config.ts#L68
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/convert-config-file/src/winston.config.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (@typescript-eslint/no-unused-vars)
examples/extend-config/src/winston.config.ts#L69
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/extend-config/src/winston.config.ts#L72
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.spec.ts#L293
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.ts#L343
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.ts#L347
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
Build Production
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/