Skip to content
Discussion options

You must be logged in to vote

What CI checks must pass before a PR is accepted, and are there any style/lint/test conventions we should follow?

Before a pull request (PR) is accepted, most projects require a standard set of CI checks to pass and follow specific style/lint/test conventions. While exact requirements vary by project, here are the common expectations:

Required CI Checks

Check Type | Purpose | Common Tools -- | -- | -- Linting | Enforces code style & catches syntax errors | ESLint, Pylint, RuboCop, Flake8 Formatting | Ensures consistent code formatting | Prettier, Black, gofmt ​ Unit Tests | Verifies individual components work | Jest, pytest, JUnit, Mocha Integration Tests | Tests component interactions |…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sudoUgando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants