@@ -7,15 +7,15 @@ Wouldn't it be nice if you could reuse all of this hard work, so
7
7
you don't have to write or manage your own CI configurations?!
8
8
9
9
By adding a ``recipe/ `` directory to your repository, the conda-smithy
10
- command ``ci-skeleton `` let's you hook into well-tested and robust
10
+ command ``ci-skeleton `` lets you hook into well-tested and robust
11
11
CI infrastructure. Using the conda-smithy ``rerender `` command, you
12
12
can then keep your repository up-to-date with any needed changes!
13
13
14
14
Getting Started
15
15
---------------
16
- The ``ci-skeleton `` command helps get you started by preparing a repository
16
+ The ``ci-skeleton `` command helps you get started by preparing a repository
17
17
to have the proper structure such that the ``rerender `` command will correctly
18
- add the CI configurations. Lets see an example!
18
+ add the CI configurations. Let's see an example!
19
19
20
20
Suppose you have a repository for a project called ``myproj ``. In the
21
21
root level of the repository, you can run the following command:
@@ -55,7 +55,7 @@ not running ``myproj`` CI as a regular feedstock. The ``.gitignore`` is
55
55
modified to not accidentally add unwanted conda-smithy temporary files
56
56
to your repository.
57
57
58
- Also the steps that the ``ci-skeleton `` spits out are very important
58
+ Also the steps that the ``ci-skeleton `` splits out are very important
59
59
for wiring everything up properly. Luckily, they are easy to perform!
60
60
Let's go through them one-by-one!
61
61
0 commit comments