feat: 优化ts
版本算法代码,删除冗余算法代码,基于Eslint
格式化
#273
CI.yml
on: pull_request
基础编译构建
4m 44s
构建Docker镜像
0s
Annotations
11 warnings
基础编译构建
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
基础编译构建:
code/ds/js版本/BinaryInsertSort.js#L41
Unexpected console statement
|
基础编译构建:
code/ds/js版本/BinaryInsertSort.js#L43
Unexpected console statement
|
基础编译构建:
code/ds/js版本/BubbleSort.js#L35
Unexpected console statement
|
基础编译构建:
code/ds/js版本/BubbleSort.js#L37
Unexpected console statement
|
基础编译构建:
code/ds/js版本/QuickSort.js#L50
Unexpected console statement
|
基础编译构建:
code/ds/js版本/QuickSort.js#L52
Unexpected console statement
|
基础编译构建:
code/ds/js版本/ShellSort.js#L6
Missing JSDoc @returns description
|
基础编译构建:
code/ds/js版本/ShellSort.js#L32
Unexpected console statement
|
基础编译构建:
code/ds/js版本/ShellSort.js#L47
Unexpected console statement
|
基础编译构建:
code/ds/js版本/ShellSort.js#L52
Unexpected console statement
|