Closed nowei closed 1 week ago
Pusher: @nowei, Action: pull_request_target
, Workflow: Continuous Integration
See our documentation for tips on how to resolve failing QA checks.
QA Check | Result |
---|---|
๐ Web Tests | โ |
๐ API Tests | โ |
๐ Python Tests | โ |
๐ ESLint | โ |
๐งผ Ruff | โ |
๐งน TFLint | โ |
View the workflow summary for individual coverage reports if this comment is truncated.
api
suiteweb
suitePusher: @nowei, Action: pull_request_target
, Workflow: Continuous Integration
Step | Result |
---|---|
๐ Terraform Format & Style | โ |
โ๏ธ Terraform Initialization | โ |
๐ค Terraform Validation | โ |
๐ Terraform Plan | โ |
Hint: If "Terraform Format & Style" failed, run terraform fmt -recursive
from the terraform/
directory and commit the results.
Changes:
ruff
for python formatting because it is faster other linters/formatters: https://github.com/astral-sh/ruffPre-commit information is here: https://pre-commit.com/ Pre-commits run before you commit and you can install them with something like:
When the pre-commits run, it'll fail if there are any linting/formatting fixes. You can usually just
git add -u
the changes it finds.