Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

update readme

update readme #54

name: Build & lint
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: 17
distribution: zulu
- name: Lint
run: ./gradlew lintKotlin
- name: Build
run: ./gradlew assembleRelease
- name: Test
run: ./gradlew :JellyfishClient:testDebugUnitTest