Skip to content

build(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.24 #101

build(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.24

build(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.24 #101

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -ntp -B install
- name: Run our test suite
run: |
sudo apt-get -y install p7zip
src/it/resources/run-integration-test.sh