Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 27, 2024
1 parent 20554b4 commit 5441047
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The structure of the guide is as follows:
- [Governance document](#governance-document)
- [Roadmap document](#roadmap-document)
- [Version control](#version-control)
- [Continuos Integration](#continuos-integration)
- [Continuous Integration](#continuous-integration)

## Notes about the text-based user interface (TUI)

Expand Down Expand Up @@ -973,7 +973,7 @@ GitHub and take advantage of its powerful version control features. These
functionalities in SciCookie make it easy to manage your project and collaborate
with others, while ensuring that your code is properly versioned and tracked.

## Continuos integration
## Continuous integration

Continuous Integration (CI) is a development practice where code changes are
frequently merged into a shared repository. Each change is automatically built
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
auto-update-conda: true
conda-solver: libmamba
{% else %}
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "pypy3.9"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
{% if cookiecutter.use_conda == "yes" %}
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/profiles/test-depends-on.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ git_main_branch:
default: main
visible: true

continuos_integration:
continuous_integration:
message: Select one option for Continuous Integration
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#continuous-integration"
type: multiple-choices
Expand Down
2 changes: 1 addition & 1 deletion tests/profiles/test-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ git_main_branch:
default: main
visible: true

continuos_integration:
continuous_integration:
message: Select one option for Continuous Integration
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#continuous-integration"
type: multiple-choices
Expand Down

0 comments on commit 5441047

Please sign in to comment.