Skip to content

Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.43.0 #74

Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.43.0

Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.43.0 #74

Workflow file for this run

name: test
on:
pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: make build
- name: Run tests
run: make test