Skip to content

Update test.yml

Update test.yml #4

Triggered via push November 1, 2023 18:05
Status Failure
Total duration 39s
Artifacts

test.yml

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

Annotations

30 errors
Node 18: test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
Node 18: test/test.ts#L2
'path' is defined but never used
Node 18: test/test.ts#L2
Prefer `node:path` over `path`
Node 18: test/test.ts#L3
`fs` import should occur before import of `path`
Node 18: test/test.ts#L3
'fs' is defined but never used
Node 18: test/test.ts#L3
Multiple spaces found before ''fs''
Node 18: test/test.ts#L3
Prefer `node:fs` over `fs`
Node 18: test/test.ts#L5
Missing return type on function
Node 18: test/test.ts#L5
Function name `test_fn` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
Node 18: test/test.ts#L5
The variable `test_fn` should be named `test_function`. A more descriptive name will do too
Node 20: test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
Node 20: test/test.ts#L2
'path' is defined but never used
Node 20: test/test.ts#L2
Prefer `node:path` over `path`
Node 20: test/test.ts#L3
`fs` import should occur before import of `path`
Node 20: test/test.ts#L3
'fs' is defined but never used
Node 20: test/test.ts#L3
Multiple spaces found before ''fs''
Node 20: test/test.ts#L3
Prefer `node:fs` over `fs`
Node 20: test/test.ts#L5
Missing return type on function
Node 20: test/test.ts#L5
Function name `test_fn` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
Node 20: test/test.ts#L5
The variable `test_fn` should be named `test_function`. A more descriptive name will do too
Node 21: test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
Node 21: test/test.ts#L2
'path' is defined but never used
Node 21: test/test.ts#L2
Prefer `node:path` over `path`
Node 21: test/test.ts#L3
`fs` import should occur before import of `path`
Node 21: test/test.ts#L3
'fs' is defined but never used
Node 21: test/test.ts#L3
Multiple spaces found before ''fs''
Node 21: test/test.ts#L3
Prefer `node:fs` over `fs`
Node 21: test/test.ts#L5
Missing return type on function
Node 21: test/test.ts#L5
Function name `test_fn` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
Node 21: test/test.ts#L5
The variable `test_fn` should be named `test_function`. A more descriptive name will do too