We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe54f6 commit eae8bf7Copy full SHA for eae8bf7
.github/workflows/build-gtk.yml
@@ -45,17 +45,3 @@ jobs:
45
NUGET_KEY: ${{ secrets.NUGET_KEY }}
46
if: ${{ env.NUGET_KEY != '' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
47
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