Skip to content

Update README.md

Update README.md #113

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [ 'opened', 'synchronize' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: set up JDK
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
cache: gradle
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.
- run: ./gradlew spotlessKotlinCheck