Skip to content

Commit 44d2bca

Browse files
BanyikAnnatrapacska
authored andcommitted
language check on android-lint (#6)
1 parent 6168243 commit 44d2bca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

step.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Android Lint
2-
summary: Runs lint gradle task on your project.
3-
description: Runs lint gradle task on your project.
2+
summary: This step runs lint gradle task on your project.
3+
description: This step runs lint gradle task on your project.
44
website: https://github.com/bitrise-steplib/bitrise-step-android-lint
55
source_code_url: https://github.com/bitrise-steplib/bitrise-step-android-lint
66
support_url: https://github.com/bitrise-steplib/bitrise-step-android-lint/issues
@@ -27,8 +27,8 @@ inputs:
2727
- project_location: $BITRISE_SOURCE_DIR
2828
opts:
2929
title: Project Location
30-
summary: "The root directory of your android project, e.g.: where your root build gradle file exist (also gradlew, settings.gradle, etc...)"
31-
description: "The root directory of your android project, e.g.: where your root build gradle file exist (also gradlew, settings.gradle, etc...)"
30+
summary: "The root directory of your android project, for example, where your root build gradle file exists (also gradlew, settings.gradle, etc...)"
31+
description: "The root directory of your android project, for example, where your root build gradle file exists (also gradlew, settings.gradle, etc...)"
3232
is_required: true
3333
- module: ""
3434
opts:
@@ -74,4 +74,4 @@ inputs:
7474
title: Additional Gradle Arguments
7575
summary: Extra arguments passed to the gradle task
7676
description: Extra arguments passed to the gradle task
77-
is_required: false
77+
is_required: false

0 commit comments

Comments
 (0)