chore: markdown-table-formatter and formatting

This commit is contained in:
2025-02-09 03:07:31 +02:00
parent 7cd731f718
commit a44f1431dd
30 changed files with 80 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ Lints and fixes Python files, commits changes, and uploads SARIF report.
### Inputs
| name | description | required | default |
| ------------------- | --------------------------------------------------------------------- | -------- | ------- |
|---------------------|-----------------------------------------------------------------------|----------|---------|
| `python-version` | <p>Python version to use</p> | `false` | `3.11` |
| `flake8-version` | <p>Flake8 version to use</p> | `false` | `7.0.0` |
| `autopep8-version` | <p>Autopep8 version to use</p> | `false` | `2.0.4` |
@@ -20,7 +20,7 @@ Lints and fixes Python files, commits changes, and uploads SARIF report.
### Outputs
| name | description |
| ------------- | ------------------------------------------------------ |
|---------------|--------------------------------------------------------|
| `lint-result` | <p>Result of the linting process (success/failure)</p> |
| `fixed-files` | <p>Number of files that were fixed</p> |
| `error-count` | <p>Number of errors found</p> |