Skip to content

Commit

Permalink
Try main instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent 87ddce2 commit 1c86d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Restore
run: dotnet restore
- name: Inspect
uses: dotnet/code-analysis@v1
uses: dotnet/code-analysis@main
with:
solution: './Bot.sln'
build-breaking: true
2 changes: 1 addition & 1 deletion Bot/Coc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal static async Task BotReadyAsync()
while (true)
{
await PollAsync();
await Task.Delay(4000);
await Task.Delay(5000);
}
}

Check warning on line 118 in Bot/Coc.cs

View workflow job for this annotation

GitHub Actions / inspect

"[FunctionNeverReturns] Function never returns" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(118,3771)
}

0 comments on commit 1c86d6b

Please sign in to comment.