Add model test CI #24
lint.yaml
on: pull_request
Optional Lint
19s
Enforce style
1m 1s
Annotations
2 errors and 11 warnings
Optional Lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Optional Lint
Process completed with exit code 1.
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L9
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:9:17: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L9
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:9:22: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L12
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:12:17: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L12
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:12:22: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L36
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:36:28: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L43
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:43:28: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L45
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:45:16: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L49
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:49:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
.azure-pipelines/scripts/models/env_setup.sh#L3
[shellcheck] reported by reviewdog 🐶
Not following: /neural-compressor/.azure-pipelines/scripts/change_color.sh: openBinaryFile: does not exist (No such file or directory)
Raw Output:
./.azure-pipelines/scripts/models/env_setup.sh:3:8: info: Not following: /neural-compressor/.azure-pipelines/scripts/change_color.sh: openBinaryFile: does not exist (No such file or directory) (ShellCheck.SC1091)
|
Optional Lint:
.azure-pipelines/scripts/models/env_setup.sh#L5
[shellcheck] reported by reviewdog 🐶
log_dir appears unused. Verify use (or export if used externally).
Raw Output:
./.azure-pipelines/scripts/models/env_setup.sh:5:1: warning: log_dir appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
Enforce style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|