Docs imp #1
docs_deploy.yml
on: pull_request
skip-lint
0s
poothon
9s
build
41s
lint
0s
Annotations
15 errors and 1 warning
lint
Unable to resolve action peter-evans/create-or-update-commentcreate-or-update-comment, repository not found
|
Ruff (I001):
docs-export/export.py#L3
docs-export/export.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PTH120):
docs-export/export.py#L9
docs-export/export.py:9:10: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
|
Ruff (PTH120):
docs-export/export.py#L9
docs-export/export.py:9:26: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
|
Ruff (PTH118):
docs-export/export.py#L13
docs-export/export.py:13:20: PTH118 `os.path.join()` should be replaced by `Path` with `/` operator
|
Ruff (S603):
docs-export/export.py#L16
docs-export/export.py:16:8: S603 `subprocess` call: check for execution of untrusted input
|
Ruff (S607):
docs-export/export.py#L16
docs-export/export.py:16:32: S607 Starting a process with a partial executable path
|
Ruff (Q000):
docs-export/export.py#L16
docs-export/export.py:16:87: Q000 Double quotes found but single quotes preferred
|
Ruff (PTH102):
docs-export/export.py#L21
docs-export/export.py:21:1: PTH102 `os.mkdir()` should be replaced by `Path.mkdir()`
|
Ruff (UP015):
docs-export/export.py#L25
docs-export/export.py:25:10: UP015 Unnecessary open mode parameters
|
Ruff (PTH123):
docs-export/export.py#L25
docs-export/export.py:25:10: PTH123 `open()` should be replaced by `Path.open()`
|
build
couldn't find remote ref refs/pull/613/merge
|
build
couldn't find remote ref refs/pull/613/merge
|
build
couldn't find remote ref refs/pull/613/merge
|
build
The process '/usr/bin/git' failed with exit code 128
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|