wip
This commit is contained in:
parent
eaca525ec2
commit
797a1d3721
14 changed files with 1377 additions and 987 deletions
|
|
@ -34,6 +34,10 @@ jobs:
|
|||
run: |
|
||||
dotnet pack -p:ContinuousIntegrationBuild=true
|
||||
|
||||
- name: dotnet format --verify-no-changes
|
||||
run: |
|
||||
dotnet format --no-restore --verify-no-changes --verbosity normal
|
||||
|
||||
- name: dotnet test
|
||||
run: |
|
||||
dotnet test -p:ContinuousIntegrationBuild=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue