Skip to content

Commit

Permalink
Remove lint step from PR workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Apr 18, 2024
1 parent 99e5b03 commit 6288964
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6288964

Please sign in to comment.