diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02bf305..5d9b911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: with: dotnet-version: '8.0.x' - - name: Lint with dotnet + - if: runner.os == 'ubuntu-latest' + name: Lint with dotnet run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes - if: runner.os != 'macOS' || runner.arch != 'ARM64'