Skip to content

Merge pull request #87 from elimu-ai/dependabot/gradle/lifecycleRunti… #75

Merge pull request #87 from elimu-ai/dependabot/gradle/lifecycleRunti…

Merge pull request #87 from elimu-ai/dependabot/gradle/lifecycleRunti… #75

Workflow file for this run

name: Gradle Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: gradle/gradle-build-action@v3
- run: ./gradlew lint