Skip to content

Merge pull request #72 from stokito/patch-1 #11

Merge pull request #72 from stokito/patch-1

Merge pull request #72 from stokito/patch-1 #11

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: ./gradlew lint test