Skip to content

Commit

Permalink
Fix CI failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 9, 2024
1 parent a5404a0 commit 4a342b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/row/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ row [OPTIONS] <COMMAND>
* [`show`](show/index.md)
* [`submit`](submit.md)
* [`scan`](scan.md)
* [`uncomplete`](uncomplete.md)
* [`clean`](clean.md)

<div class="warning">
You should execute only <b>one</b> instance of <b>row</b> at a time for a given project.
Expand Down
2 changes: 1 addition & 1 deletion doc/src/row/scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Under normal usage, you should not need to execute `row scan` manually.
executes the action's command.

> Note: `row scan` only **adds** new completed directories. To mark directories
> as no longer completed, use [`row uncomplete`](uncomplete.md).
> as no longer completed, use [`row clean`](clean.md).
## `[DIRECTORIES]`

Expand Down
1 change: 0 additions & 1 deletion src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pub struct Workflow {
#[serde(default)]
pub submit_options: HashMap<String, SubmitOptions>,
// TODO: refactor handling of submit options into more general action defaults.

/// The actions.
#[serde(default)]
pub action: Vec<Action>,
Expand Down

0 comments on commit 4a342b9

Please sign in to comment.