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

Unverified Commit b95fa70f authored by Rafael Tonholo's avatar Rafael Tonholo
Browse files

ci(pr-check): ignore lint check during assemble release

parent 844f8ca2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@ on:
      - 'LICENSE'
      - 'NOTICE'

env:
  CI_CHECK_RELEASE_BUILDS: 'false'

permissions:
  contents: read

+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ internal fun CommonExtension<*, *, *, *, *, *>.configureSharedConfig(project: Pr
        checkDependencies = true
        lintConfig = project.file("${project.rootProject.projectDir}/config/lint/lint.xml")
        baseline = project.file("${project.rootProject.projectDir}/config/lint/android-lint-baseline.xml")
        checkReleaseBuilds = System.getenv("CI_CHECK_RELEASE_BUILDS")?.toBoolean() ?: true
    }

    testOptions {