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

Commit 47a4f24f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Revert "Gather ktlint with other lint checks"

This reverts commit 5ae8a510.
parent c09baf51
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ lintRelease:
    - if: $CI_MERGE_REQUEST_ID
      when: always
  script:
    - ./gradlew ktlintCheck
    - ./gradlew lintRelease
    - ./gradlew detekt
  artifacts:
@@ -146,6 +145,14 @@ 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"]