From 150b062b719940e9906b7cc3b53ed7e29e38f163 Mon Sep 17 00:00:00 2001 From: Ashley Stanton-Nurse Date: Wed, 13 Dec 2023 13:48:44 -0800 Subject: [PATCH] fix problemMatcher --- .github/problemMatchers/dotnet-format.json | 2 +- .github/workflows/fmt.yml | 3 +-- .github/workflows/unity-build.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/problemMatchers/dotnet-format.json b/.github/problemMatchers/dotnet-format.json index c69e2f4bf..019e7b71d 100644 --- a/.github/problemMatchers/dotnet-format.json +++ b/.github/problemMatchers/dotnet-format.json @@ -4,7 +4,7 @@ "owner": "dotnet-format", "pattern": [ { - "regexp": "^/project/(.+)\\((\\d+),\\s*(\\d+)\\):\\s*(error|warning)\\s*(CS\\d+):\\s*(.*)$", + "regexp": "^/project/(.+)\\((\\d+),\\s*(\\d+)\\):\\s*(error|warning)\\s*(.*):\\s*(.*)$", "file": 1, "line": 2, "column": 3, diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 0344635b2..ecb3a10af 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -22,7 +22,7 @@ jobs: uses: actions/cache@v3 with: path: Library - key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} + key: Library-${{ hashFiles('src/RGUnityBots/Assets/**', 'src/RGUnityBots/Packages/**', 'src/RGUnityBots/ProjectSettings/**') }} restore-keys: | Library- @@ -33,4 +33,3 @@ jobs: UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} run: script/fmt --docker --check - \ No newline at end of file diff --git a/.github/workflows/unity-build.yml b/.github/workflows/unity-build.yml index 61b0b06b7..e53586419 100644 --- a/.github/workflows/unity-build.yml +++ b/.github/workflows/unity-build.yml @@ -27,7 +27,7 @@ jobs: uses: actions/cache@v3 with: path: Library - key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} + key: Library-${{ hashFiles('src/RGUnityBots/Assets/**', 'src/RGUnityBots/Packages/**', 'src/RGUnityBots/ProjectSettings/**') }} restore-keys: | Library-