Update validate-kotlin.yml

This commit is contained in:
Marc Rousavy 2021-02-23 14:08:10 +01:00
parent 0ce157aed5
commit 0885e6ef20

View File

@ -25,6 +25,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Setup node_modules
run: yarn --cwd ..
- name: Run Gradle Lint
run: ./gradlew lint
- uses: yutailang0119/action-android-lint@v1.0.2