From 194c204f34cf282edbf27f76ca319bfec1311dd5 Mon Sep 17 00:00:00 2001 From: nietras Date: Wed, 3 Apr 2024 20:35:59 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 78879e25..bf4e4b2a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -45,9 +45,23 @@ jobs: uses: codecov/codecov-action@v3 with: flags: ${{ matrix.os }},${{ matrix.configuration }} + + format: + strategy: + matrix: + os: [ubuntu-latest] + + runs-on: ${{ matrix.os }} + + steps: + - uses: actions/checkout@v3 + - name: Setup .NET + uses: actions/setup-dotnet@v3 + with: + global-json-file: global.json - name: Format verify no changes run: dotnet format --verify-no-changes - + test-parsers: strategy: matrix: