💡 The Pitch
The current PR test runs linting tests, but it fails mostly. Verify if this is an issue inside the test pipeline or just bad PRs. Also add exceptions if the PR is related to documentation or another field that does not require linting.
🤔 Why do we need this?
The tests mostly fail, and hence we need to verify if the test is right or configured wrongly. Lastly, the tests always fails on documentation.
🛠️ Proposed Solution
- Solve the problem with the existing test, if the test is wrongly configured
- Add more exceptions and tests for multiple fields and languages (like documentation)
💡 The Pitch
The current PR test runs linting tests, but it fails mostly. Verify if this is an issue inside the test pipeline or just bad PRs. Also add exceptions if the PR is related to documentation or another field that does not require linting.
🤔 Why do we need this?
The tests mostly fail, and hence we need to verify if the test is right or configured wrongly. Lastly, the tests always fails on documentation.
🛠️ Proposed Solution