From 6288964e84af6d0bf5c5b7f601dc6005b13e968a Mon Sep 17 00:00:00 2001 From: James Gunn Date: Thu, 18 Apr 2024 14:43:41 +0100 Subject: [PATCH] Remove lint step from PR workflow (#58) --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 693f9d6..d652279 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,13 +43,6 @@ jobs: with: dotnet-version: "7.0.x" - - name: Lint - run: | - #https://github.com/dotnet/format/issues/1433 - dotnet tool install -g dotnet-format --version "7.*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json - dotnet-format --verify-no-changes - working-directory: TrnGeneratorApi - - name: Build run: dotnet build --configuration Release working-directory: TrnGeneratorApi