From 702de07903b9a6d0167cc71fa77372ea2943cea6 Mon Sep 17 00:00:00 2001 From: kkostenkov Date: Sat, 13 Apr 2024 23:38:17 +0200 Subject: [PATCH 1/2] Modify cs file --- Assets/NewBehaviourScript.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Assets/NewBehaviourScript.cs b/Assets/NewBehaviourScript.cs index 9c593ac..397a233 100644 --- a/Assets/NewBehaviourScript.cs +++ b/Assets/NewBehaviourScript.cs @@ -1,19 +1,6 @@ -using System.Collections; -using System.Collections.Generic; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { private int myInt = 5; - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } } From 27981360fa1428961a6523edcb7a730e0d7fa8bf Mon Sep 17 00:00:00 2001 From: kk Date: Mon, 22 Apr 2024 17:49:06 +0200 Subject: [PATCH 2/2] Fix solution name --- .github/workflows/submodule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodule.yml b/.github/workflows/submodule.yml index cb4d993..e17b536 100644 --- a/.github/workflows/submodule.yml +++ b/.github/workflows/submodule.yml @@ -51,7 +51,7 @@ jobs: - name: Inspect code uses: muno92/resharper_inspectcode@v1 with: - solutionPath: ./'${{ env.PROJECT_NAME }}.sln' + solutionPath: ./${{ env.PROJECT_NAME }}.sln solutionWideAnalysis: false minimumReportSeverity: warning minimumSeverity: warning