Skip to content

Bump org.threeten:threetenbp from 1.6.8 to 1.7.0 #44

Bump org.threeten:threetenbp from 1.6.8 to 1.7.0

Bump org.threeten:threetenbp from 1.6.8 to 1.7.0 #44

Workflow file for this run

name: Linting
on:
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