Fix yaml script
All checks were successful
Build .NET Project / build (push) Successful in 2m8s

This commit is contained in:
2025-11-14 16:16:24 -05:00
parent a9aa96c339
commit 732f167149

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: arm64 # Use the ARM64 runner
steps:
- name: Checkout code
uses: actions/checkout@v4 # Action to checkout your repository
uses: actions/checkout@v3 # Action to checkout your repository. actions/checkout@v4 fails with syntax error
# - name: Setup .NET SDK
# uses: actions/setup-dotnet@v4 # Action to install a specific .NET SDK version
@@ -24,4 +24,4 @@ jobs:
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
# - name: Run tests (optional)
# run: dotnet test --no-build # Run unit tests if available
# run: dotnet test --no-build # Run unit tests if available