Skip to content

[OSCI][Enhancement] lint checker for github actions #2

[OSCI][Enhancement] lint checker for github actions

[OSCI][Enhancement] lint checker for github actions #2

Triggered via pull request November 15, 2023 09:06
Status Failure
Total duration 4m 39s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-check: cypress/support/index.d.ts#L6
Do not use a triple slash reference for cypress, use `import` style instead
lint-check: cypress/support/index.d.ts#L6
Expected exception block, space or tab after '//' in comment
lint-check: models/interfaces.ts#L44
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead
lint-check: models/interfaces.ts#L528
Don't use `String` as a type. Use string instead
lint-check: models/interfaces.ts#L534
Don't use `String` as a type. Use string instead
lint-check: models/interfaces.ts#L535
Don't use `String` as a type. Use string instead
lint-check: models/interfaces.ts#L574
Expected exception block, space or tab after '//' in comment
lint-check: models/interfaces.ts#L582
Expected exception block, space or tab after '//' in comment
lint-check: models/interfaces.ts#L623
Expected exception block, space or tab after '//' in comment
lint-check: models/interfaces.ts#L626
Expected exception block, space or tab after '//' in comment
lint-check
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/