Exit codes
Following Scenarios are covered:
| Description | Mypy exit code | mypy-gh-action-report exit code |
|---|---|---|
| Success | 0 | 0 |
| Issues found | 1 | 1 |
| Mypy errors | 2 | 2 |
Following Scenarios are covered:
| Description | Mypy exit code | mypy-gh-action-report exit code |
|---|---|---|
| Success | 0 | 0 |
| Issues found | 1 | 1 |
| Mypy errors | 2 | 2 |