We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04421f5 commit e27e01dCopy full SHA for e27e01d
.github/workflows/release.yml
@@ -38,9 +38,6 @@ jobs:
38
- name: Build
39
run: dotnet build Orleans.Graph.slnx --configuration Release --no-restore
40
41
- - name: Check code style
42
- run: dotnet format Orleans.Graph.slnx --verify-no-changes
43
-
44
- name: Test
45
run: dotnet test Orleans.Graph.slnx --configuration Release --no-build --verbosity normal
46
0 commit comments