Skip to content

Big warnings cleanup #922

Big warnings cleanup

Big warnings cleanup #922

Workflow file for this run

name: dotnet format
on: [pull_request]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.201
- name: Restore dependencies
run: dotnet tool restore
- name: Run dotnet format
run: |
dotnet format whitespace --no-restore --verify-no-changes MvvmCross.sln