Skip to content

Commit

Permalink
Better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelchior committed Jun 16, 2022
1 parent 3ac28e0 commit 6234917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/include_static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: jwgmeligmeyling/checkstyle-github-action@master
if: always()
with:
name: Ktlint
name: Ktlint Results
title: Ktlint Analyzer report
path: '/tmp/ktlint/**/*.xml'

Expand All @@ -62,7 +62,7 @@ jobs:
- name: Run Detekt
run: ./gradlew detekt

- name: Stash Ktlint results
- name: Stash Detekt results
if: always()
run: |
rm -rf /tmp/detekt
Expand All @@ -80,6 +80,6 @@ jobs:
uses: jwgmeligmeyling/checkstyle-github-action@master
if: always()
with:
name: Detekt
name: Detekt Results
title: Detekt Analyzer report
path: '/tmp/detekt/**/*.xml'

0 comments on commit 6234917

Please sign in to comment.