Skip to content

Commit 0304920

Browse files
committed
refactor: remove commented-out formatting check and simplify build command
1 parent daa7870 commit 0304920

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/buildtest.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717
dotnet-version: |
1818
8.0.x
1919
9.0.x
20-
# - name: Check Format
21-
# # don't check formatting on Windows b/c of CRLF issues.
22-
# if: matrix.os == 'ubuntu-latest'
23-
# run: dotnet format --severity error --verify-no-changes --exclude ./src/KubernetesClient/generated/
2420
- name: Build
25-
run: dotnet build --configuration Release -v detailed
21+
run: dotnet build --configuration Release
2622
- name: Test
2723
run: dotnet test --configuration Release --collect:"Code Coverage;Format=Cobertura" --logger trx --results-directory TestResults --settings CodeCoverage.runsettings --no-build
2824
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)