Skip to content

[dependency] Bump org.mockito:mockito-core from 5.12.0 to 5.14.2 (#223) #210

[dependency] Bump org.mockito:mockito-core from 5.12.0 to 5.14.2 (#223)

[dependency] Bump org.mockito:mockito-core from 5.12.0 to 5.14.2 (#223) #210

Workflow file for this run

name: checkstyle
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: adopt
- name: Generate demo report
run: mvn --batch-mode checkstyle:check