Skip to content

Commit

Permalink
Changed reviewer to github-pr-review
Browse files Browse the repository at this point in the history
  • Loading branch information
AmniX committed Sep 6, 2024
1 parent e747c87 commit 0b166fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: reviewDog
reporter: github-pr-review
androidLint:
name: Run Android Lint
needs: [ ktlint ]
Expand All @@ -32,4 +32,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
lint_xml_file: android/build/reports/lint-results.xml
reporter: reviewDog
reporter: github-pr-review

0 comments on commit 0b166fb

Please sign in to comment.