Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/check-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:

# Inspect code instalation could not add itself to path. Doing it before manually.
- run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
# dotnet tool update --global JetBrains.ReSharper.GlobalTools fails to run if pwd contains several projetcs
- run: mkdir UnityProjectIsolated; mv -v ${{ env.PROJECT_PATH }}/* UnityProjectIsolated/

- name: Inspect code
uses: muno92/resharper_inspectcode@v1
with:
solutionPath: ${{ env.PROJECT_PATH }}${{ env.PROJECT_NAME }}.sln
solutionPath: UnityProjectIsolated/${{ env.PROJECT_NAME }}.sln
solutionWideAnalysis: false
minimumReportSeverity: warning
minimumSeverity: warning
Expand Down