Skip to content

Configure Renovate #101

Configure Renovate

Configure Renovate #101

Workflow file for this run

name: sanity-check
on:
pull_request:
jobs:
test:
name: CI test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew test