Skip to content

Commit 19fa079

Browse files
committed
chore: remove roslyn on CI
1 parent 9a4a94f commit 19fa079

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,6 @@ jobs:
2222

2323
- name: Check style with dotnet-format
2424
run: make lint
25-
26-
Roslyn_Static_Analysis:
27-
runs-on: windows-latest
28-
steps:
29-
- uses: actions/checkout@v5
30-
31-
- name: Install .NET SDK
32-
uses: actions/setup-dotnet@v5
33-
with:
34-
dotnet-version: 10.x.x
35-
36-
- name: Set up dotnet tools
37-
run: make install-tools
38-
39-
- name: Restore NuGet Packages
40-
run: make restore
41-
42-
# This Make step is configured to treat all warnings as errors, so it will fail if any warnings are found
43-
- name: Run static analysis
44-
run: make analyze
45-
4625
Security_Code_Scan:
4726
runs-on: windows-latest
4827
steps:

0 commit comments

Comments
 (0)