mirror of https://github.com/zulip/zulip.git
docs: Use consistent spelling of CircleCI.
This commit is contained in:
parent
16d41e59b5
commit
28cb0aa81a
|
@ -125,8 +125,9 @@ Now you're ready to work on the issue or feature.
|
|||
|
||||
## Run linters and tests locally
|
||||
|
||||
In addition to having Circle CI run tests and linters each time you push a new
|
||||
commit, you can also run them locally. See [testing](../testing/testing.md) for details.
|
||||
In addition to having CircleCI run tests and linters each time you
|
||||
push a new commit, you can also run them locally. See
|
||||
[testing](../testing/testing.md) for details.
|
||||
|
||||
## Stage changes
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ note are:
|
|||
* `--skip` and `--only`: Only run certain linters.
|
||||
* `-m`: Only check modified files.
|
||||
|
||||
Finally, you can rely on our Circle CI setup to run linters for you, but
|
||||
it is good practice to run lint checks locally.
|
||||
Finally, you can rely on our CircleCI setup to run linters for you,
|
||||
but it is good practice to run lint checks locally.
|
||||
|
||||
```eval_rst
|
||||
.. important::
|
||||
|
|
Loading…
Reference in New Issue