Skip to content

Commit

Permalink
Exclude everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent 1c1edb2 commit ed4b0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/inspect-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
workingDirectory: './Bot'
solutionPath: './Bot.sln'
noBuild: true
exclude: '**'
include: '**.cs'
2 changes: 1 addition & 1 deletion Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public static async Task Main()
{
await Discord.InitAsync();
await Coc.InitAsync();
await Task.Delay(-1);
await Task.Delay(1);
}
}

0 comments on commit ed4b0d4

Please sign in to comment.