Skip to content

Commit

Permalink
Update code_standard.rst (microsoft#587)
Browse files Browse the repository at this point in the history
* Update code_standard.rst

* Update docs/developer/code_standard.rst

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
  • Loading branch information
demon143 and you-n-g authored Sep 26, 2021
1 parent c500a01 commit 17d472c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developer/code_standard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Continuous Integration
=================================
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.

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.

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.

.. code-block:: python
Expand Down

0 comments on commit 17d472c

Please sign in to comment.