Split lint and format into own workflow #2
Annotations
2 errors and 2 warnings
Check Python format:
test/xrt/07_extern_linalg/gen.py#L89
[black] reported by reviewdog 🐶
Raw Output:
test/xrt/07_extern_linalg/gen.py:89:- pipeline = "builtin.module(" + ",".join([
test/xrt/07_extern_linalg/gen.py:90:- "air-to-aie{device=npu1_4col row-offset=2 col-offset=0}",
test/xrt/07_extern_linalg/gen.py:91:- "air-to-std",
test/xrt/07_extern_linalg/gen.py:92:- "symbol-dce",
test/xrt/07_extern_linalg/gen.py:93:- "canonicalize", "cse",
test/xrt/07_extern_linalg/gen.py:94:- ]) + ")"
test/xrt/07_extern_linalg/gen.py:99:+ pipeline = (
test/xrt/07_extern_linalg/gen.py:100:+ "builtin.module("
test/xrt/07_extern_linalg/gen.py:101:+ + ",".join(
test/xrt/07_extern_linalg/gen.py:102:+ [
test/xrt/07_extern_linalg/gen.py:103:+ "air-to-aie{device=npu1_4col row-offset=2 col-offset=0}",
test/xrt/07_extern_linalg/gen.py:104:+ "air-to-std",
test/xrt/07_extern_linalg/gen.py:105:+ "symbol-dce",
test/xrt/07_extern_linalg/gen.py:106:+ "canonicalize",
test/xrt/07_extern_linalg/gen.py:107:+ "cse",
test/xrt/07_extern_linalg/gen.py:108:+ ]
test/xrt/07_extern_linalg/gen.py:109:+ )
test/xrt/07_extern_linalg/gen.py:110:+ + ")"
test/xrt/07_extern_linalg/gen.py:111:+ )
|
Check Python format
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "format_diffs".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading