Skip to content

Update android ci.yml #5

Update android ci.yml

Update android ci.yml #5

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: code quality with deteckt
run: ./gradlw detecktFormat
- name: test
run: ./gradlw test