Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: actions/checkout@v5

- name: Check for typos
uses: crate-ci/typos@v1.35.7
uses: crate-ci/typos@v1.37.0
with:
config: ./.github/typos.toml
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ these can ensure the solution is correct.

We test the course material in several ways:

- `mdbook test`: This will test the code samples. Some code sampes are marked
- `mdbook test`: This will test the code samples. Some code samples are marked
with `ignore` in the Markdown file because the Playground is missing some of
the crates we use. For this we have
- `cargo test`: This will build and test the Rust code found in our tooling, as
Expand Down