Skip to content

run ci steps independently #405

run ci steps independently

run ci steps independently #405

Triggered via pull request January 1, 2026 09:01
Status Success
Total duration 1m 30s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Lint: src/services/manage-app-env-service.ts#L147
Async arrow function has too many parameters (5). Maximum allowed is 4
Lint: src/services/git-service.ts#L49
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead
Lint: src/services/git-service.ts#L44
Caution: `fs` also has a named export `move`. Check if you meant to write `import {move} from 'fs-extra'` instead
Lint: src/services/git-service.ts#L19
Async arrow function has too many parameters (5). Maximum allowed is 4
Lint: src/services/files-service.ts#L280
Missing JSDoc @returns for function
Lint: src/services/files-service.ts#L218
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
Lint: src/services/files-service.ts#L210
Caution: `glob` also has a named export `sync`. Check if you meant to write `import {sync} from 'glob'` instead
Lint: src/services/files-service.ts#L29
Missing JSDoc @returns for function
Lint: src/services/files-service.ts#L7
Using exported name 'glob' as identifier for default export
Lint: src/commands/app/__tests__/create.test.ts#L140
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead
Test: src/services/manage-app-env-service.ts#L147
Async arrow function has too many parameters (5). Maximum allowed is 4
Test: src/services/git-service.ts#L49
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead
Test: src/services/git-service.ts#L44
Caution: `fs` also has a named export `move`. Check if you meant to write `import {move} from 'fs-extra'` instead
Test: src/services/git-service.ts#L19
Async arrow function has too many parameters (5). Maximum allowed is 4
Test: src/services/files-service.ts#L280
Missing JSDoc @returns for function
Test: src/services/files-service.ts#L218
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
Test: src/services/files-service.ts#L210
Caution: `glob` also has a named export `sync`. Check if you meant to write `import {sync} from 'glob'` instead
Test: src/services/files-service.ts#L29
Missing JSDoc @returns for function
Test: src/services/files-service.ts#L7
Using exported name 'glob' as identifier for default export
Test: src/commands/app/__tests__/create.test.ts#L140
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead