Skip to content

Commit

Permalink
Revert "Temporarily remove dotnet format verification"
Browse files Browse the repository at this point in the history
This reverts commit 85015b1.
RogerHowellDfE committed Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 80fdb64 commit b1b4aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -100,9 +100,9 @@ jobs:
working-directory: ./src/ServiceAssessmentService
run: dotnet restore

# - name: Verify formatting
# working-directory: ./src/ServiceAssessmentService
# run: dotnet format --no-restore --verify-no-changes
- name: Verify formatting
working-directory: ./src/ServiceAssessmentService
run: dotnet format --no-restore --verify-no-changes

- name: Begin SonarCloud analysis (start before any build/test steps)
env:

0 comments on commit b1b4aca

Please sign in to comment.