remove always false (#561)
* remove always false * remove unsupport format arg
This commit is contained in:
2
.github/workflows/buildtest.yaml
vendored
2
.github/workflows/buildtest.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Check Format
|
||||
# don't check formatting on Windows b/c of CRLF issues.
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: dotnet format --check --dry-run --exclude ./src/KubernetesClient/generated/
|
||||
run: dotnet format --check --exclude ./src/KubernetesClient/generated/
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user