Skip to content

Commit

Permalink
Update ndepend-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 2, 2024
1 parent 1a0c393 commit 4fe630d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ndepend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
run: msbuild build/Stride.build -t:Build
# run: dotnet build ${{ env.PROJECT_PATH_CORE }} --no-restore

- name: NDepend
uses: ndepend/ndepend-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
license: ${{ secrets.NDependLicense }}
solution: build/Stride.sln

# - name: Deploy
# uses: peaceiris/[email protected]
# with:
Expand Down

0 comments on commit 4fe630d

Please sign in to comment.