Add model test CI #45
lint.yaml
on: pull_request
Optional Lint
17s
Enforce style
1m 0s
Annotations
1 error and 3 warnings
Optional Lint:
.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)
|
Optional Lint:
.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)
|
Optional Lint:
.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)
|
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/.
|