Skip to content

Commit 2eaf0fc

Browse files
committed
fix: improvements to the linter.
1 parent e18851a commit 2eaf0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cs-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
for file in $FILES; do
3636
echo "Analyzing $file"
37-
dotnet build --no-restore /warnaserror- /p:AnalysisLevel=latest "$file"
37+
dotnet build --no-restore /warnaserror /p:AnalysisLevel=latest "$file"
3838
done
3939
4040
- name: Print Lint Warnings

0 commit comments

Comments
 (0)