You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/code_standard.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Continuous Integration
12
12
=================================
13
13
Continuous Integration (CI) tools help you stick to the quality standards by running tests every time you push a new commit and reporting the results to a pull request.
14
14
15
+
When you submit a PR request, you can check whether your code passes the CI tests in the "check" section at the bottom of the web page.
16
+
15
17
A common error is the mixed use of space and tab. You can fix the bug by inputing the following code in the command line.
0 commit comments