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