Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Feb 6, 2024
1 parent 758af13 commit 6cc0b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
Expand Down
1 change: 1 addition & 0 deletions Bot/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dotnet_diagnostic.CA1852.severity = suggestion
[*.cs]
# ReSharper
resharper_function_never_returns_highlighting = none
dotnet_naming_rule.static_fields_should_have_prefix.resharper_style = static_prefix_style

# New line preferences
csharp_new_line_before_open_brace = all
Expand Down

0 comments on commit 6cc0b0b

Please sign in to comment.