Skip to content

Commit eae8bf7

Browse files
committed
GithubCI: remove dotnet-format job
It is not relevant for current PR.
1 parent 0fe54f6 commit eae8bf7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-gtk.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,3 @@ jobs:
4545
NUGET_KEY: ${{ secrets.NUGET_KEY }}
4646
if: ${{ env.NUGET_KEY != '' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
4747
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
48-
49-
dotnet-format:
50-
needs: build_and_test
51-
runs-on: ubuntu-22.04
52-
steps:
53-
- name: Checkout repo
54-
uses: actions/checkout@v2
55-
56-
- name: Run dotnet format
57-
run: |
58-
# remark: doesnt work, alwasy fails:
59-
# dotnet format whitespace ./src --folder --exclude Templates/src
60-
git diff --exit-code
61-

0 commit comments

Comments
 (0)