mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Skip licenses.json check for dependabot updates
This commit is contained in:
parent
78a3b3ef7b
commit
054740dd14
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ impl LintContext {
|
|||
|
||||
if last_author == "49699333+dependabot[bot]@users.noreply.github.com" {
|
||||
println!("Dependabot whitelisted.");
|
||||
return Ok(());
|
||||
std::process::exit(0);
|
||||
} else if all_contributors.contains(last_author.as_str()) {
|
||||
return Ok(());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue