Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ae8a510 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Gather ktlint with other lint checks

parent d298ef92
Loading
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ lintRelease:
    - if: $CI_MERGE_REQUEST_ID
      when: always
  script:
    - ./gradlew ktlintCheck
    - ./gradlew lintRelease
    - ./gradlew detekt
  artifacts:
@@ -145,14 +146,6 @@ lintRelease:
      - app/build/reports/
      - build/reports/

styleCheck:
  stage: release
  rules:
    - if: $CI_MERGE_REQUEST_ID
      when: always
  script:
    - ./gradlew ktlintCheck

publish-authdatalib:
  stage: publish
  needs: ["buildRelease"]