Skip to content

Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.23.0 #4

Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.23.0

Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.23.0 #4

Workflow file for this run

name: CI Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
jobs:
lint:
name: Checkstyle
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: "21"
cache: gradle
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run Checkstyle
run: ./gradlew --no-daemon checkstyleMain checkstyleTest