ci: fixed github action #3
ci.yml
on: push
Build
16s
Lint
18s
Lint Knip
16s
Lint Markdown
16s
Lint Packages
12s
Lint Spelling
16s
Prettier
16s
Test
23s
Type Check
15s
Annotations
14 errors
Lint Packages
Process completed with exit code 127.
|
Lint Markdown
Process completed with exit code 1.
|
Lint Spelling
Process completed with exit code 1.
|
Lint:
.github/workflows/ci.yml#L9
Expected mapping keys to be in ascending order. 'jobs' should be before 'on'
|
Lint:
.github/workflows/release.yml#L12
Expected mapping keys to be in ascending order. 'concurrency' should be before 'permissions'
|
Lint:
src/flystorage.decorator.ts#L2
Missed spacing between "@nestjs/common" and "./types.js" imports
|
Lint:
src/flystorage.module-definition.ts#L2
Missed spacing between "@nestjs/common" and "./types.js" imports
|
Lint:
src/flystorage.module-definition.ts#L4
Expected "ASYNC_OPTIONS_TYPE" to come before "OPTIONS_TYPE"
|
Lint:
src/flystorage.module.ts#L3
Missed spacing between "@nestjs/core/errors/exceptions" and "./flystorage.module-definition.js" imports
|
Lint:
src/flystorage.module.ts#L15
Expected "global" to come before "module"
|
Lint:
src/flystorage.module.ts#L17
Expected "exports" to come before "providers"
|
Lint:
src/flystorage.module.ts#L21
'_options' is defined but never used
|
Lint:
src/index.ts#L2
Expected "./flystorage.decorator.js" to come before "./types.js"
|
Test
Process completed with exit code 1.
|