We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47653d6 commit 713729aCopy full SHA for 713729a
.github/workflows/dotnet.yml
@@ -38,6 +38,12 @@ jobs:
38
with:
39
dotnet-version: 7.0.x
40
41
+ - name: NDepend
42
+ uses: ndepend/ndepend-action@v1
43
+ with:
44
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ license: ${{ secrets.NDependLicense }}
46
+
47
- name: azuright
48
uses: potatoqualitee/azuright@v1.1
49
@@ -88,4 +94,4 @@ jobs:
88
94
uses: coverallsapp/github-action@master
89
95
90
96
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