Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-10-18 14:19:16 +0300
committerGitHub <noreply@github.com>2021-10-18 14:19:16 +0300
commit225e4b747ae0fc04f07d4dbe0cd37ec47fc338ed (patch)
treed16c015c08e6d69f83e2e0e1eb5cb4b4ef62c73c /.github
parent8f242754f6234ccbbb2a741ba1b1f3c07dc98773 (diff)
Run linting task only for lintDevDebug
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index bff37a11..cba2a713 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
- run: bash ./gradlew lintDebug --stacktrace
+ run: bash ./gradlew lintDevDebug --stacktrace
test:
name: Unit tests
@@ -57,4 +57,4 @@ jobs:
uses: actions/upload-artifact@v2.2.4
with:
name: app-dev-debug
- path: app/build/outputs/apk/dev/debug/app-dev-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/dev/debug/app-dev-debug.apk