Skip to content

ft:PARP-119 Add Text Field component for MMD library #65

ft:PARP-119 Add Text Field component for MMD library

ft:PARP-119 Add Text Field component for MMD library #65

name: Pull Request - Android Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- develop
- master
jobs:
test:
name: Lint - Android
runs-on: [ Linux ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Lint kotlin check
timeout-minutes: 5
run: ./gradlew ktlintCheck