Skip to content

Bump org.mockito:mockito-core from 2.20.1 to 5.13.0 #2161

Bump org.mockito:mockito-core from 2.20.1 to 5.13.0

Bump org.mockito:mockito-core from 2.20.1 to 5.13.0 #2161

name: GoogleJavaFormat
on:
pull_request:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GoogleJavaFormat
id: googlejavaformat
uses: axel-op/googlejavaformat-action@v3
with:
skipCommit: true
version: 1.10.0
args: "-n --set-exit-if-changed"