blob: df338c20f74ec70a6fa02f8c44b0cc0604145aed [file] [log] [blame]
name: Lint
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Run Lint
run: ./gradlew lintDebug