We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835dc71 commit cc3415aCopy full SHA for cc3415a
1 file changed
src/dotnet-openai/Sponsors/CheckCommand.cs
@@ -37,6 +37,9 @@ public override int Execute(CommandContext context, CheckSettings settings)
37
return MarkupLine(ThisAssembly.Strings.Unknown.Message(project, link));
38
39
var manifest = SponsorLink.GetManifest("devlooped", ThisAssembly.Metadata.Funding.GitHub.devlooped, true);
40
+ if (manifest.Status == ManifestStatus.Valid)
41
+ return 0;
42
+
43
if (manifest.Status == ManifestStatus.Unknown || manifest.Status == ManifestStatus.Invalid)
44
45
0 commit comments