Skip to content

Bump com.googlecode.objectify:objectify from 6.0.7 to 6.1.0 #16

Bump com.googlecode.objectify:objectify from 6.0.7 to 6.1.0

Bump com.googlecode.objectify:objectify from 6.0.7 to 6.1.0 #16

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint