Skip to content

Commit

Permalink
folder check
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Dec 31, 2024
1 parent 0b806e6 commit 74e4f86
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,4 @@ jobs:
run: dotnet tool install -g dotnet-format

- name: Check C# Formatting
run: |
echo "Current working directory: $(pwd)"
echo "Directory contents:"
ls -la
for file in $(find . -name "*.cs" -not -path "*/Library/*" -not -path "*/Temp/*"); do
echo "Checking format for: $file"
if ! dotnet format --verify-no-changes --include "$file"; then
echo "❌ Formatting issues found in $file"
exit 1
fi
done
run: dotnet format '.\' --folder --check --verbosity diagnostic

0 comments on commit 74e4f86

Please sign in to comment.