edited whitespace

This commit is contained in:
skye rogers 2025-03-27 15:59:03 -07:00
parent 58fe47af84
commit 70f1986c96

View file

@ -7,7 +7,6 @@
# documentation.
name: Java CI with Maven
on:
push:
branches:
@ -15,12 +14,9 @@ on:
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
@ -30,11 +26,8 @@ jobs:
distribution: 'corretto'
- name: Build with Maven
run: mvn -B package --file pom.xml -DskipITs
backwards-compatible-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8