We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4a94f commit 19fa079Copy full SHA for 19fa079
.github/workflows/ci.yml
@@ -22,27 +22,6 @@ jobs:
22
23
- name: Check style with dotnet-format
24
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
46
Security_Code_Scan:
47
runs-on: windows-latest
48
steps:
0 commit comments