Skip to content

build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (#239) #868

build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (#239)

build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (#239) #868

Workflow file for this run

name: Check Code Style
on:
push:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- 'CODEOWNERS'
- 'LICENSE'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Checkstyle:
permissions:
id-token: write
checks: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eclipse-edc/.github/.github/actions/setup-build@main
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest