Skip to content

Commit 713729a

Browse files
authored
Update dotnet.yml (#62)
1 parent 47653d6 commit 713729a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
with:
3939
dotnet-version: 7.0.x
4040

41+
- name: NDepend
42+
uses: ndepend/ndepend-action@v1
43+
with:
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
license: ${{ secrets.NDependLicense }}
46+
4147
- name: azuright
4248
uses: potatoqualitee/azuright@v1.1
4349

@@ -88,4 +94,4 @@ jobs:
8894
uses: coverallsapp/github-action@master
8995
with:
9096
github-token: ${{secrets.GITHUB_TOKEN }}
91-
path-to-lcov: ManagedCode.Storage.Tests/lcov.info
97+
path-to-lcov: ManagedCode.Storage.Tests/lcov.info

0 commit comments

Comments
 (0)