Skip to content

feat: support customising the behaviour of the workspaces status bar … #137

feat: support customising the behaviour of the workspaces status bar …

feat: support customising the behaviour of the workspaces status bar … #137

Triggered via push August 23, 2024 12:46
Status Success
Total duration 38s
Artifacts

book.yml

on: push
Deploy docs to GitHub Pages
31s
Deploy docs to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Deploy docs to GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy docs to GitHub Pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, peaceiris/actions-mdbook@v1, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
doc quote missing `>` marker: src/extensions/actions/mod.rs#L89
warning: doc quote missing `>` marker --> src/extensions/actions/mod.rs:89:5 | 89 | /// [switch_to_workspace] to select from known workspace names. | ^ | = help: if this not intended to be a quote at all, escape it with `\>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation note: the lint level is defined here --> src/lib.rs:51:5 | 51 | clippy::style, | ^^^^^^^^^^^^^ = note: `#[warn(clippy::doc_lazy_continuation)]` implied by `#[warn(clippy::style)]` help: add markers to start of line | 89 | /// > [switch_to_workspace] to select from known workspace names. | +
doc quote missing `>` marker: src/extensions/actions/mod.rs#L89
warning: doc quote missing `>` marker --> src/extensions/actions/mod.rs:89:5 | 89 | /// [switch_to_workspace] to select from known workspace names. | ^ | = help: if this not intended to be a quote at all, escape it with `\>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation note: the lint level is defined here --> src/lib.rs:51:5 | 51 | clippy::style, | ^^^^^^^^^^^^^ = note: `#[warn(clippy::doc_lazy_continuation)]` implied by `#[warn(clippy::style)]` help: add markers to start of line | 89 | /// > [switch_to_workspace] to select from known workspace names. | +