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 c4ce5da commit 39a4585Copy full SHA for 39a4585
.github/workflows/csharp-lint.yml
@@ -1,4 +1,4 @@
1
-name: Csharp Lint
+name: C# Lint
2
3
on:
4
pull_request:
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Setup .NET Core SDK
19
- uses: actions/setup-dotnet@v1.7.2
+ uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: 5.0.x
22
.github/workflows/csharp-release.yml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments