From bc7fd56feb6d1e10622f589e41ddb9951f843239 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sat, 20 Apr 2024 14:36:53 -0400 Subject: [PATCH] Move problem matcher --- .github/workflows/android.yml | 4 ++-- ci/{detekt => }/matcher.json | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ci/{detekt => }/matcher.json (100%) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e623f35..b0ae74d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -30,8 +30,8 @@ jobs: echo taplinxOfflineKey=${{ secrets.TAPLINX_OFFLINE_KEY }} >> local.properties echo sentryDsn=${{ secrets.SENTRY_DSN }} >> local.properties - - name: Add problem matcher for Detekt - run: echo "::add-matcher::ci/detekt/matcher.json" + - name: Add problem matcher + run: echo "::add-matcher::ci/matcher.json" - name: Build with Gradle run: ./gradlew build diff --git a/ci/detekt/matcher.json b/ci/matcher.json similarity index 100% rename from ci/detekt/matcher.json rename to ci/matcher.json