chore: migrate tooling to Ruff, expand CI, add Makefile and IaC workf… #3
ci.yml
on: push
Lint & Format
8s
Security Scan
16s
Test Suite
14s
Terraform Validate & Security
3s
AI Code Review
0s
Annotations
12 errors and 4 warnings
|
Terraform Validate & Security
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' for action 'infracost/actions/comment@v3'.
|
|
ruff (W292):
src/example/calculator.py#L25
src/example/calculator.py:25:18: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (W291):
src/example/calculator.py#L25
src/example/calculator.py:25:17: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (W293):
src/example/calculator.py#L21
src/example/calculator.py:21:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
src/example/calculator.py#L17
src/example/calculator.py:17:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
src/example/calculator.py#L9
src/example/calculator.py:9:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
src/example/calculator.py#L5
src/example/calculator.py:5:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W292):
src/example/__init__.py#L1
src/example/__init__.py:1:48: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (W291):
src/example/__init__.py#L1
src/example/__init__.py:1:47: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (F401):
app/main.py#L3
app/main.py:3:8: F401 `psycopg` imported but unused
help: Remove unused import: `psycopg`
|
|
ruff (I001):
app/main.py#L1
app/main.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Test Suite
Process completed with exit code 1.
|
|
Lint & Format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Suite
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Suite
No files were found with the provided path: coverage.xml. No artifacts will be uploaded.
|
|
Security Scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|