Fix schema type constraint for custom operators #23252
Triggered via pull request
November 22, 2023 13:09
Status
Success
Total duration
22m 27s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
29s
Python format
5m 11s
Lint C++
22m 18s
Lint JavaScript
32s
Annotations
10 warnings
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint C++:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Lint C++:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L7
[cpplint] reported by reviewdog 🐶
<mutex> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:7: <mutex> is an unapproved C++11 header. [build/c++11] [5]
|
Lint C++:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L14
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:14: Include the directory when naming header files [build/include_subdir] [4]
|
Lint C++:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.h#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.h:5: Include the directory when naming header files [build/include_subdir] [4]
|
Lint C++:
onnxruntime/test/testdata/custom_op_local_function/dummy_gemm.cc#L8
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/dummy_gemm.cc:8: Include the directory when naming header files [build/include_subdir] [4]
|