Skip to content

Commit f1dafe2

Browse files
Update Code-Analysis.yml
1 parent 5b2bb6f commit f1dafe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Code-Analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- name: Setup .NET environment
1818
uses: ./.github/actions/setup-dotnet
19-
build: 'false'
19+
with:
20+
build: 'false'
2021

2122
# Run code analysis for the solution at repo root
2223
- name: Run .NET Code Analysis

0 commit comments

Comments
 (0)