mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
chore: fix minor ci failures (#6293)
* chore: add trailing newline to config schema * chore: fix typo closes #6291
This commit is contained in:
parent
bf806426f0
commit
25f356e3b5
2
.github/config-schema.json
vendored
2
.github/config-schema.json
vendored
@ -6552,4 +6552,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ fn get_cargo_version(context: &Context, config: &PackageConfig) -> Option<String
|
||||
.and_then(toml::Value::as_bool)
|
||||
.unwrap_or_default()
|
||||
{
|
||||
// workspace version string (`package.version.worspace = true`)
|
||||
// workspace version string (`package.version.workspace = true`)
|
||||
// need to read the Cargo.toml file from the workspace root
|
||||
let mut version = None;
|
||||
// discover the workspace root
|
||||
|
Loading…
Reference in New Issue
Block a user