Android Tests / android-test (push) Failing after 53s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m2s
Kotlin Multiplatform CI / android-test (push) Failing after 1m30s
Kotlin Multiplatform CI / android-build (push) Skipped
Kotlin Multiplatform CI / web-test (push) Successful in 4m6s
Debug Gradle Tasks / tasks (push) Successful in 1m47s
SDK Validation / sdk (push) Failing after 53s
27 lines
436 B
YAML
27 lines
436 B
YAML
#name: Lint
|
|
#
|
|
#on:
|
|
# pull_request:
|
|
# push:
|
|
# branches:
|
|
# - develop
|
|
#
|
|
#jobs:
|
|
# lint:
|
|
# runs-on: ubuntu-latest
|
|
#
|
|
# steps:
|
|
# - uses: actions/checkout@v4
|
|
#
|
|
# - uses: actions/setup-java@v4
|
|
# with:
|
|
# distribution: temurin
|
|
# java-version: "17"
|
|
#
|
|
# - run: chmod +x gradlew
|
|
#
|
|
# - name: Detekt
|
|
# run: ./gradlew detekt
|
|
#
|
|
# - name: Kotlin Check
|
|
# run: ./gradlew check |