Skip to content

Commit

Permalink
Update analyze.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 12, 2023
1 parent b7f171f commit 6df2856
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Check formatting with ktlint
uses: ScaCap/action-ktlint@v1.7.3
with:
github_token: ${{ secrets.github_token }}

- name: Analyze code
uses: alaegin/Detekt-Action@v1.23.1.1
with:
github_token: ${{ secrets.github_token }}
reviewdog_level: warning
github_token: ${{ secrets.github_token }}
reviewdog_level: warning
detekt_build_upon_default_config: true

0 comments on commit 6df2856

Please sign in to comment.