Skip to content

issue #8: Adding new workflow #15

issue #8: Adding new workflow

issue #8: Adding new workflow #15

Triggered via pull request April 9, 2024 20:29
Status Failure
Total duration 54s
Artifacts
markdown-check  /  markdown-check
19s
markdown-check / markdown-check
repo-standard  /  validate-name
45s
repo-standard / validate-name
test-python  /  lint-test
22s
test-python / lint-test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 5 warnings
Ruff (E711): app.py#L27
app.py:27:25: E711 Comparison to `None` should be `cond is None`
Ruff (E711): app.py#L36
app.py:36:25: E711 Comparison to `None` should be `cond is None`
Ruff (E711): app.py#L58
app.py:58:25: E711 Comparison to `None` should be `cond is None`
Ruff (F841): app.py#L61
app.py:61:9: F841 Local variable `otherQuestion` is assigned to but never used
Ruff (E711): app.py#L69
app.py:69:25: E711 Comparison to `None` should be `cond is None`
Ruff (E711): app.py#L88
app.py:88:41: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): app.py#L91
app.py:91:38: E711 Comparison to `None` should be `cond is not None`
test-python / lint-test
Process completed with exit code 1.
markdown-check / markdown-check
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/
markdown-check / markdown-check
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/
test-python / lint-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
repo-standard / validate-name
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
repo-standard / validate-name
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/