mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
xtask: Save license changes in Cargo.toml file
This commit is contained in:
parent
ef0ce14930
commit
4a24d9cfdc
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ impl LicenseHeaderCheck {
|
||||||
|
|
||||||
if !doc.published()? {
|
if !doc.published()? {
|
||||||
// Skip further tests for package that are not published
|
// Skip further tests for package that are not published
|
||||||
return Ok(());
|
return doc.save_if_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
if doc.check_and_fix_package_string_field(false, "homepage", ALLOWED_HOMEPAGE).is_err() {
|
if doc.check_and_fix_package_string_field(false, "homepage", ALLOWED_HOMEPAGE).is_err() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue