Add model test CI #45
Annotations
1 error and 2 warnings
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L23
[shellcheck] reported by reviewdog 🐶
[ .. ] can't match globs. Use [[ .. ]] or case statement.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:23:16: error: [ .. ] can't match globs. Use [[ .. ]] or case statement. (ShellCheck.SC2081)
|
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L23
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:23:6: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh#L25
[shellcheck] reported by reviewdog 🐶
label_path appears unused. Verify use (or export if used externally).
Raw Output:
./.azure-pipelines/scripts/models/run_onnxrt_models_trigger.sh:25:5: warning: label_path appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
This job succeeded
Loading