Skip to content

Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 (#247) #597

Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 (#247)

Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 (#247) #597

Workflow file for this run

name: Style
on: push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Lint
run: ./gradlew ktlint