Skip to content

Try lint

Try lint #3

Workflow file for this run

name: Lint Gradle project
on: [push, pull_request]
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project source
uses: actions/checkout@v4
- name: Set Gradle
uses: gradle/gradle-build-action@v2
- name: Run build
run: ./gradlew lint