Skip to content

Move generated docker-compose.yaml to a subdirectory of temp dir to a… #221

Move generated docker-compose.yaml to a subdirectory of temp dir to a…

Move generated docker-compose.yaml to a subdirectory of temp dir to a… #221

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