Skip to content

Commit 6500bf6

Browse files
committed
fix: testing project generation.
1 parent 17793ed commit 6500bf6

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
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
for file in $FILES; do
5858
echo "🔍 Running analyzers on $file"
59-
dotnet format style --verify-no-changes --include "$file" --severity info --no-restore --verbosity diagnostic "eos_plugin_for_unity.sln" 2>&1 | tee -a lint_warnings.log
59+
dotnet format style --verify-no-changes --include "$file" --severity info --no-restore --verbosity diagnostic "workspace.sln" 2>&1 | tee -a lint_warnings.log
6060
done
6161
6262
- name: Print Lint Warnings

0 commit comments

Comments
 (0)