Skip to content

Commit

Permalink
[BOT] Updating dc68482 content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2024
1 parent dc68482 commit 0446b23
Show file tree
Hide file tree
Showing 8 changed files with 372 additions and 311 deletions.
15 changes: 15 additions & 0 deletions rustbook-en/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ jobs:
mdbook --version
- name: Run tests
run: mdbook test
package_tests:
name: Run package tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update rustup
run: rustup self update
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.76 -c rust-docs
rustup default 1.76
- name: Run package tests
run: |
cargo test
lint:
name: Run lints
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion rustbook-en/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
members = ["packages/*"]
default-members = ["packages/*"]
resolver = "2"
exclude = ["linkchecker"] # part of the CI workflow
exclude = [
"linkchecker", # linkchecker is part of the CI workflow
"listings", # these are intentionally distinct from the workspace
]

[workspace.dependencies]
walkdir = "2.3.1"
Expand Down
1 change: 1 addition & 0 deletions rustbook-en/ci/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ Submodules
submodule’s
suboptimal
subpath
subslices
substring
subteams
subtree
Expand Down
Loading

0 comments on commit 0446b23

Please sign in to comment.