Skip to content

Update legacy start() implementation in MinIO storage from blocking t… #178

Update legacy start() implementation in MinIO storage from blocking t…

Update legacy start() implementation in MinIO storage from blocking t… #178

Workflow file for this run

name: Verify Style
on:
push:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 21
- name: Verify Style
run: mvn spotless:check --no-transfer-progress