Skip to content

Commit

Permalink
Move problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent fd4b6c9 commit bc7fd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit bc7fd56

Please sign in to comment.