Skip to content

templates: update default.yml.j2 #644

templates: update default.yml.j2

templates: update default.yml.j2 #644

Triggered via push May 13, 2024 14:51
Status Success
Total duration 20s
Artifacts

style.yml

on: push
Run linters
11s
Run linters
Check for License headers
5s
Check for License headers
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
mlonmcu/flow/tvm/backend/__init__.py#L25
'.tvmaotllvm.TVMAOTLLVMBackend' imported but unused (F401)
/home/runner/work/mlonmcu/mlonmcu/mlonmcu/flow/tvm/backend/tvmaotllvm.py#L54
name = "tvmaotllvm" def __init__(self, runtime="crt", fmt="mlf", system_lib=True, features=None, config=None): super().__init__( - target="llvm", executor="aot", runtime=runtime, fmt=fmt, system_lib=system_lib, features=features, config=config, + target="llvm", + executor="aot", + runtime=runtime, + fmt=fmt, + system_lib=system_lib, + features=features, + config=config, ) @Property def arena_size(self): size = self.config["arena_size"]
mlonmcu/flow/tvm/backend/tvmaotllvm.py#L34
Line too long (130 > 120 characters) (E501)
mlonmcu/flow/tvm/backend/tvmaotllvm.py#L59
Line too long (125 > 120 characters) (E501)
Check for License headers
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/