aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-17 22:52:39 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-07-17 22:52:39 +0530
commit1f4ed1b19442899445addd08738073c6d8e3f64f (patch)
treec7dabb053d94b9f5ac0c413c0a15790042d2e165
parente1e5d13a6a9edc5ba16ea97cfe6e72cbb5976626 (diff)
github: fix job name for detekt
-rw-r--r--.github/workflows/pull_request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 45224960..ca5a5a4f 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -291,7 +291,7 @@ jobs:
if: "${{ steps.service-changed.outputs.result == 'true' }}"
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- - name: Assemble non-free release
+ - name: Run detekt
if: "${{ steps.service-changed.outputs.result == 'true' }}"
uses: gradle/gradle-build-action@v2.2.1
with: